X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Ftests%2Freplay-single-lmv.sh;h=63ec67a5758bf14cf3fa8d66d7b57153130ce6e6;hp=21dd7ca74be7197d914b390d6a65e0f9d2c2cc54;hb=5290c48735290a0920d804daa7f428bb0df655c2;hpb=d6ce546eb7e250237141d3a11380f9d5389c50eb diff --git a/lustre/tests/replay-single-lmv.sh b/lustre/tests/replay-single-lmv.sh index 21dd7ca..63ec67a 100755 --- a/lustre/tests/replay-single-lmv.sh +++ b/lustre/tests/replay-single-lmv.sh @@ -1,34 +1,27 @@ #!/bin/bash set -e -#set -v -# -# This test needs to be run on the client -# - -LUSTRE=${LUSTRE:-`dirname $0`/..} +LUSTRE=${LUSTRE:-$(dirname $0)/..} . $LUSTRE/tests/test-framework.sh init_test_env $@ -. ${CONFIG:=$LUSTRE/tests/cfg/lmv.sh} - -# Skip these tests -ALWAYS_EXCEPT="" +# bug number for skipped test: +ALWAYS_EXCEPT="REPLAY_SINGLE_LMV_EXCEPT " build_test_filter SETUP=${SETUP:-"setup"} CLEANUP=${CLEANUP:-"stopall"} if [ "$ONLY" == "cleanup" ]; then - lctl set_param debug=0 || true - $CLEANUP - exit 0 + lctl set_param debug=0 || true + $CLEANUP + exit 0 fi setup() { - formatall - setupall + formatall + setupall } $SETUP