Whamcloud - gitweb
b=20179
authorgrev <grev>
Thu, 16 Jul 2009 16:12:22 +0000 (16:12 +0000)
committergrev <grev>
Thu, 16 Jul 2009 16:12:22 +0000 (16:12 +0000)
i=Robert.Read
process TESTSUITE log to fail if error

lustre/tests/parallel-scale.sh

index 714ed9a..17e2cc6 100644 (file)
@@ -424,4 +424,4 @@ run_test write_disjoint "write_disjoint"
 
 equals_msg `basename $0`: test complete, cleaning up
 check_and_cleanup_lustre
-[ -f "$TESTSUITELOG" ] && cat $TESTSUITELOG || true
+[ -f "$TESTSUITELOG" ] && cat $TESTSUITELOG && grep -q FAIL $TESTSUITELOG && exit 1 || true