diff options
Diffstat (limited to 't/testsuite-summary-count-many.sh')
-rw-r--r-- | t/testsuite-summary-count-many.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/testsuite-summary-count-many.sh b/t/testsuite-summary-count-many.sh index 8bb34f397..094b9372c 100644 --- a/t/testsuite-summary-count-many.sh +++ b/t/testsuite-summary-count-many.sh @@ -91,7 +91,7 @@ $AUTOCONF ./configure -($MAKE check || : > make.fail) | tee stdout +($MAKE check || touch make.fail) | tee stdout test -f make.fail $PERL extract-testsuite-summary.pl stdout > summary.got |