git://git.exim.org
/
users
/
heiko
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e0a93c
)
Testsuite: in force-continue mode, always dump any unexpected paniclog files
author
Jeremy Harris
<jgh146exb@wizmail.org>
Sun, 26 Feb 2017 14:19:27 +0000
(14:19 +0000)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Sun, 26 Feb 2017 14:19:27 +0000
(14:19 +0000)
test/runtest
patch
|
blob
|
history
diff --git
a/test/runtest
b/test/runtest
index 6b6586c10e0940707ade5e880053e7cf389a0181..745b360cf5e6e14528cd2f1ee47af3c0c9281c7a 100755
(executable)
--- 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)