From: adilger Date: Wed, 14 Jan 2004 20:56:08 +0000 (+0000) Subject: Re-enable test 42b. UML testing shows no ill effects. This might have been X-Git-Tag: 1.0.3~57 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=f55c9a89cef08d9293c82acb640f6ab65dd36027;p=fs%2Flustre-release.git Re-enable test 42b. UML testing shows no ill effects. This might have been fixed with the introduction of OST-destroy [0-EOF] locking. b=1979 --- diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 76359dc..422b46e 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -7,8 +7,8 @@ set -e ONLY=${ONLY:-"$*"} -# bug number for skipped test: 1979 -ALWAYS_EXCEPT=${ALWAYS_EXCEPT:-"42b"} +# bug number for skipped test: +ALWAYS_EXCEPT=${ALWAYS_EXCEPT:-""} # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! [ "$ALWAYS_EXCEPT$EXCEPT" ] && echo "Skipping tests: $ALWAYS_EXCEPT $EXCEPT" @@ -72,7 +72,7 @@ run_one() { fi log "== test $1: $2" export TESTNAME=test_$1 - test_$1 || error "test_$1: $?" + test_$1 || error "test_$1: exit with rc=$?" unset TESTNAME pass cd $SAVE_PWD