tests: slightly stricter checks in t/cxx-demo.sh
[platform/upstream/automake.git] / t / parallel-tests-basics.sh
index dbd7ac8..1d25cbc 100644 (file)
@@ -64,8 +64,7 @@ $AUTOMAKE -a
 
 ./configure
 
-$MAKE check >stdout && { cat stdout; exit 1; }
-cat stdout
+run_make -O -e FAIL check
 count_test_results total=3 pass=1 fail=1 skip=0 xfail=0 xpass=0 error=1
 test -f test-suite.log
 cat test-suite.log