Skip to content
Snippets Groups Projects
Commit a1c17348 authored by Elena Gryaznova's avatar Elena Gryaznova
Browse files

b=13496

i=Adilger
i=Wangdi

replay-ost-single CLEANUP fix.
parent 972dcdc1
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ set -e ...@@ -4,6 +4,7 @@ set -e
PTLDEBUG=${PTLDEBUG:--1} PTLDEBUG=${PTLDEBUG:--1}
LUSTRE=${LUSTRE:-`dirname $0`/..} LUSTRE=${LUSTRE:-`dirname $0`/..}
CLEANUP=${CLEANUP:-""}
. $LUSTRE/tests/test-framework.sh . $LUSTRE/tests/test-framework.sh
init_test_env $@ init_test_env $@
. ${CONFIG:=$LUSTRE/tests/cfg/$NAME.sh} . ${CONFIG:=$LUSTRE/tests/cfg/$NAME.sh}
...@@ -38,7 +39,6 @@ fi ...@@ -38,7 +39,6 @@ fi
build_test_filter build_test_filter
SETUP=${SETUP:-"setup"} SETUP=${SETUP:-"setup"}
CLEANUP=${CLEANUP:-"cleanup"}
test_0a() { test_0a() {
# needs to run during initial client->OST connection # needs to run during initial client->OST connection
...@@ -202,5 +202,5 @@ test_7() { ...@@ -202,5 +202,5 @@ test_7() {
run_test 7 "Fail OST before obd_destroy" run_test 7 "Fail OST before obd_destroy"
equals_msg `basename $0`: test complete, cleaning up equals_msg `basename $0`: test complete, cleaning up
$CLEANUP check_and_cleanup_lustre
[ -f "$TESTSUITELOG" ] && cat $TESTSUITELOG || true [ -f "$TESTSUITELOG" ] && cat $TESTSUITELOG || true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment