summaryrefslogtreecommitdiff
path: root/t/tap-more2.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/tap-more2.sh')
-rw-r--r--t/tap-more2.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/tap-more2.sh b/t/tap-more2.sh
index ae159312b..491399ec0 100644
--- a/t/tap-more2.sh
+++ b/t/tap-more2.sh
@@ -82,8 +82,7 @@ $AUTOMAKE
./configure
for target in check distcheck; do
- $MAKE $target >stdout || { cat stdout; exit 1; }
- cat stdout
+ run_make -O $target
count_test_results total=3 pass=1 fail=0 xpass=0 xfail=1 skip=1 error=0
done