diff options
Diffstat (limited to 't/test-missing2.sh')
-rw-r--r-- | t/test-missing2.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/t/test-missing2.sh b/t/test-missing2.sh index 2c0e54716..9bc2812f7 100644 --- a/t/test-missing2.sh +++ b/t/test-missing2.sh @@ -42,8 +42,7 @@ test ! -e foobar1.trs || exit 99 test ! -e foobar2.log || exit 99 test ! -e foobar2.trs || exit 99 -$MAKE check >output 2>&1 && { cat output; exit 1; } -cat output +run_make -e FAIL -M check grep 'test-suite\.log.*foobar1\.log' output grep 'test-suite\.log.*foobar1\.trs' output grep 'test-suite\.log.*foobar2\.log' output |