Whamcloud - gitweb
- merge 0.7rc1 from b_devel to HEAD (20030612 merge point)
[fs/lustre-release.git] / lustre / tests / llecho.sh
index d2497a4..5afade1 100644 (file)
@@ -6,9 +6,13 @@ NAME=${NAME:-echo}
 config=$NAME.xml
 mkconfig=$NAME.sh
 
-sh $mkconfig $config || exit 1
+if [ "$LUSTRE" ]; then
+  lustre_opt="--lustre=$LUSTRE"
+fi
 
-$LCONF --reformat --gdb $OPTS $config || exit 4
+sh -x $mkconfig $config || exit 1
+
+$LCONF $lustre_opt --reformat --gdb $OPTS $config || exit 4
 
 cat <<EOF