summaryrefslogtreecommitdiff
path: root/t/tap-log.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/tap-log.sh')
-rw-r--r--t/tap-log.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/tap-log.sh b/t/tap-log.sh
index d75ac07a5..63063aa75 100644
--- a/t/tap-log.sh
+++ b/t/tap-log.sh
@@ -85,7 +85,7 @@ END
chmod a+x *.test
-run_make -e FAIL TEST_SUITE_LOG=my.log check
+$MAKE check TEST_SUITE_LOG=my.log && exit 1
ls -l # For debugging.
test ! -e test-suite.log
test ! -e global.log
@@ -116,7 +116,7 @@ $FGREP 'xpass.test' my.log
$FGREP 'error.test' my.log
touch error2.log test-suite.log global.log
-run_make TEST_SUITE_LOG=my.log mostlyclean
+$MAKE mostlyclean TEST_SUITE_LOG=my.log
ls -l # For debugging.
test ! -e my.log
test ! -e pass.log