Whamcloud - gitweb
- merge 0.7rc1 from b_devel to HEAD (20030612 merge point)
[fs/lustre-release.git] / lustre / tests / llecho.sh
1 #!/bin/sh
2
3 LCONF=${LCONF:-../utils/lconf}
4 NAME=${NAME:-echo}
5
6 config=$NAME.xml
7 mkconfig=$NAME.sh
8
9 if [ "$LUSTRE" ]; then
10   lustre_opt="--lustre=$LUSTRE"
11 fi
12
13 sh -x $mkconfig $config || exit 1
14
15 $LCONF $lustre_opt --reformat --gdb $OPTS $config || exit 4
16
17 cat <<EOF
18
19 run getattr tests as:
20 ../utils/lctl --device '\$ECHO_$SERVER' test_getattr 1000000
21 EOF