From: Andreas Dilger Date: Wed, 30 Mar 2016 08:09:54 +0000 (-0600) Subject: LU-7931 tests: setup/cleanup after every test script X-Git-Tag: 2.8.56~102 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=743f742874bfdf845a2f64c3d65081ea23740138;hp=abf0e13bf261ec949ed32368296388df73c6ca72;ds=sidebyside LU-7931 tests: setup/cleanup after every test script Setup and cleanup the filesystem after every acceptance-small.sh test to try and catch problems with module references when they happen instead of causing later tests to fail in mysterious ways. Test-Parameters: trivial Signed-off-by: Andreas Dilger Change-Id: I0136ef81c601e7b9ee968ac62d674a8b16500c1e Reviewed-on: http://review.whamcloud.com/6208 Reviewed-by: Jian Yu Reviewed-by: Emoly Liu Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Oleg Drokin --- diff --git a/lustre/tests/acceptance-small.sh b/lustre/tests/acceptance-small.sh index 46d7289..f6cb12f 100755 --- a/lustre/tests/acceptance-small.sh +++ b/lustre/tests/acceptance-small.sh @@ -10,4 +10,4 @@ for SUB in $DEFAULT_SUITES; do [ "$(eval echo \$$ENV)" = "no" ] && continue SUITES="$SUITES $SUB" done -sh auster -r -v -f ${NAME:-lustre} $SUITES +sh auster -r -R -v -f ${NAME:-lustre} $SUITES