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:
f4bd0d6
)
b=17747
author
grev
<grev>
Mon, 24 Nov 2008 22:07:05 +0000
(22:07 +0000)
committer
grev
<grev>
Mon, 24 Nov 2008 22:07:05 +0000
(22:07 +0000)
i=Tappro
FAIL_ON_ERROR=false fix: force suits exit 1 if some tests failed
lustre/tests/conf-sanity.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/conf-sanity.sh
b/lustre/tests/conf-sanity.sh
index
0094635
..
91b554f
100644
(file)
--- a/
lustre/tests/conf-sanity.sh
+++ b/
lustre/tests/conf-sanity.sh
@@
-1562,4
+1562,4
@@
test_46a() {
run_test 46a "handle ost additional - wide striped file"
equals_msg `basename $0`: test complete
-[ -f "$TESTSUITELOG" ] && cat $TESTSUITELOG || true
+[ -f "$TESTSUITELOG" ] && cat $TESTSUITELOG
&& grep -q FAIL $TESTSUITELOG && exit 1
|| true