summaryrefslogtreecommitdiff
path: root/t/parallel-tests-exit-statuses.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/parallel-tests-exit-statuses.sh')
-rw-r--r--t/parallel-tests-exit-statuses.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/parallel-tests-exit-statuses.sh b/t/parallel-tests-exit-statuses.sh
index a2d181c2d..54181e2cf 100644
--- a/t/parallel-tests-exit-statuses.sh
+++ b/t/parallel-tests-exit-statuses.sh
@@ -73,8 +73,7 @@ mk_ ()
{
n=$1; shift
unset am_make_rc_got
- run_make -e IGNORE ${1+"$@"} check > stdout
- cat stdout
+ run_make -e IGNORE -O -- ${1+"$@"} check
cat test-suite.log
LC_ALL=C grep '^[A-Z][A-Z]*:' stdout | LC_ALL=C sort > got-$n
cat exp-$n