Whamcloud - gitweb
Branch b1_8_gate
authoradilger <adilger>
Sun, 24 Aug 2008 21:25:08 +0000 (21:25 +0000)
committeradilger <adilger>
Sun, 24 Aug 2008 21:25:08 +0000 (21:25 +0000)
Add sanity.sh test_76 to ALWAYS_EXCEPT instead of having a Lustre version
check, which will fail when we begin testing v1_8_0_RC1.
b=16410

Allow FAIL_ON_ERROR to be set.

Name test_101b helpers with correct test number.

lustre/tests/sanityN.sh

index 7410b46..9865425 100644 (file)
@@ -45,7 +45,7 @@ init_test_env $@
 [ "$SLOW" = "no" ] && EXCEPT_SLOW="12 16"
 
 SANITYLOG=${TESTSUITELOG:-$TMP/$(basename $0 .sh).log}
-FAIL_ON_ERROR=false
+FAIL_ON_ERROR=${FAIL_ON_ERROR:-false}
 
 SETUP=${SETUP:-:}
 TRACE=${TRACE:-""}