summaryrefslogtreecommitdiff
path: root/t/tap-basic.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/tap-basic.sh')
-rw-r--r--t/tap-basic.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/t/tap-basic.sh b/t/tap-basic.sh
index c146088a2..b2b01ba30 100644
--- a/t/tap-basic.sh
+++ b/t/tap-basic.sh
@@ -80,9 +80,7 @@ $AUTOMAKE
# Basilar usage and testsuite progress output.
-$MAKE check >stdout && { cat stdout; exit 1; }
-cat stdout
-
+run_make -O -e FAIL check
count_test_results total=20 pass=4 fail=4 xpass=4 xfail=4 skip=4 error=0
test -f success.log