Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c235819
)
Branch b1_8_gate
author
adilger
<adilger>
Sun, 24 Aug 2008 21:25:08 +0000
(21:25 +0000)
committer
adilger
<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
patch
|
blob
|
history
diff --git
a/lustre/tests/sanityN.sh
b/lustre/tests/sanityN.sh
index
7410b46
..
9865425
100644
(file)
--- 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:-""}