From e0854bb932f70ced1f39becd51562d5df19270fc Mon Sep 17 00:00:00 2001 From: adilger Date: Sun, 24 Aug 2008 21:25:08 +0000 Subject: [PATCH] Branch b1_8_gate 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/sanityN.sh b/lustre/tests/sanityN.sh index 7410b46..9865425 100644 --- a/lustre/tests/sanityN.sh +++ b/lustre/tests/sanityN.sh @@ -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:-""} -- 1.8.3.1