summaryrefslogtreecommitdiff
path: root/t/test-log.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/test-log.sh')
-rw-r--r--t/test-log.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/test-log.sh b/t/test-log.sh
index 51a91cc45..5e6598092 100644
--- a/t/test-log.sh
+++ b/t/test-log.sh
@@ -88,7 +88,7 @@ $AUTOMAKE -a
./configure
-run_make -e FAIL TEST_SUITE_LOG=my.log check
+$MAKE TEST_SUITE_LOG=my.log check && exit 1
ls -l # For debugging.
test ! -e test-suite.log
test ! -e global.log
@@ -130,7 +130,7 @@ have_rst_section 'XPASS: xpass' my.log
have_rst_section 'ERROR: error' my.log
touch error2.log test-suite.log global.log
-run_make TEST_SUITE_LOG=my.log mostlyclean
+$MAKE TEST_SUITE_LOG=my.log mostlyclean
ls -l # For debugging.
test ! -e my.log
test ! -e pass.log