Whamcloud - gitweb
b=17747
authorgrev <grev>
Mon, 24 Nov 2008 22:07:05 +0000 (22:07 +0000)
committergrev <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

index 0094635..91b554f 100644 (file)
@@ -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