summaryrefslogtreecommitdiff
path: root/t/tap-numeric-description.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/tap-numeric-description.sh')
-rw-r--r--t/tap-numeric-description.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/t/tap-numeric-description.sh b/t/tap-numeric-description.sh
index a007af588..a89edf9b0 100644
--- a/t/tap-numeric-description.sh
+++ b/t/tap-numeric-description.sh
@@ -53,9 +53,7 @@ XPASS: all.test 9 ${x9} # TODO
XPASS: all.test 10 - ${x10} # TODO
END
-$MAKE check >stdout && { cat stdout; exit 1; }
-cat stdout
-
+run_make -O -e FAIL check
count_test_results total=10 pass=2 fail=2 xpass=2 xfail=2 skip=2 error=0
$FGREP ': all.test' stdout > got