summaryrefslogtreecommitdiff
path: root/t/tap-bailout.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/tap-bailout.sh')
-rw-r--r--t/tap-bailout.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/tap-bailout.sh b/t/tap-bailout.sh
index 635b7767b..b6c0f56d1 100644
--- a/t/tap-bailout.sh
+++ b/t/tap-bailout.sh
@@ -118,7 +118,7 @@ echo "ERROR: e.test - Bail out!" >> exp
# Doing the sums above, we have:
test_counts='total=12 pass=3 fail=1 xpass=1 xfail=1 skip=1 error=5'
-TESTS='a.test b.test c.test d.test e.test' $MAKE -e check >stdout \
+run_make TESTS='a.test b.test c.test d.test e.test' check >stdout \
&& { cat stdout; exit 1; }
cat stdout