From: Jeremy Harris Date: Sun, 26 Feb 2017 14:19:27 +0000 (+0000) Subject: Testsuite: in force-continue mode, always dump any unexpected paniclog files X-Git-Tag: exim-4_90_RC1~248 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/0aca614ff6a0fb631e4e3fb02c6f13ab5febcbed Testsuite: in force-continue mode, always dump any unexpected paniclog files --- diff --git a/test/runtest b/test/runtest index 6b6586c10..745b360cf 100755 --- a/test/runtest +++ b/test/runtest @@ -1278,8 +1278,8 @@ if (! -e $sf_current) log_failure($log_failed_filename, $testno, $rf); log_test($log_summary_filename, $testno, 'F') if ($force_continue); } - return 1 if /^c$/i; - last if (/^s$/); + return 1 if /^c$/i && $rf !~ /paniclog/ && $rsf !~ /paniclog/; + last if (/^[sc]$/); } foreach $f ($rf, $rsf)