summaryrefslogtreecommitdiff
path: root/t/tap-no-spurious.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/tap-no-spurious.sh')
-rw-r--r--t/tap-no-spurious.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/t/tap-no-spurious.sh b/t/tap-no-spurious.sh
index 8d4552900..4d5e71ce0 100644
--- a/t/tap-no-spurious.sh
+++ b/t/tap-no-spurious.sh
@@ -105,9 +105,7 @@ cat all.test \
&& test $(grep -c '^not ok1$' all.test) -eq 1 \
|| framework_failure_ "creating all.test"
-$MAKE check >stdout || { cat stdout; exit 1; }
-cat stdout
-
+run_make -O check
count_test_results total=5 pass=5 fail=0 xpass=0 xfail=0 skip=0 error=0
: