summaryrefslogtreecommitdiff
path: root/t/tap-plan-middle.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/tap-plan-middle.sh')
-rw-r--r--t/tap-plan-middle.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/t/tap-plan-middle.sh b/t/tap-plan-middle.sh
index bfc473b3f..dd3247bbd 100644
--- a/t/tap-plan-middle.sh
+++ b/t/tap-plan-middle.sh
@@ -73,9 +73,7 @@ END
tests=$(echo *.test)
for tap_flags in "" "--comments"; do
- run_make TEST_LOG_DRIVER_FLAGS="$tap_flags" TESTS="$tests" check >stdout \
- || { cat stdout; exit 1; }
- cat stdout
+ run_make -O TEST_LOG_DRIVER_FLAGS="$tap_flags" TESTS="$tests" check
count_test_results total=12 pass=7 xfail=2 skip=3 fail=0 xpass=0 error=0
done