git://git.exim.org
/
users
/
jgh
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'callout_smtp_tpt_merge'
[users/jgh/exim.git]
/
test
/
runtest
diff --git
a/test/runtest
b/test/runtest
index 6721f1daad2a2ddac70df725bb45f83c266abad3..a6560aaa717adbe0a9365b1623fc1126178b2bba 100755
(executable)
--- a/
test/runtest
+++ b/
test/runtest
@@
-1082,7
+1082,7
@@
RESET_AFTER_EXTRA_LINE_READ:
next if /^PDKIM >> Body data for hash, canonicalized/;
# Parts of DKIM-specific debug output depend on the time/date
next if /^PDKIM >> Body data for hash, canonicalized/;
# Parts of DKIM-specific debug output depend on the time/date
- next if /^date:\w+,
{SP
}/;
+ next if /^date:\w+,
\{SP\
}/;
next if /^PDKIM \[[^[]+\] (Header hash|b) computed:/;
# Not all platforms support TCP Fast Open, and the compile omits the check
next if /^PDKIM \[[^[]+\] (Header hash|b) computed:/;
# Not all platforms support TCP Fast Open, and the compile omits the check
@@
-3940,7
+3940,8
@@
foreach $test (@test_list)
if ($? != 0)
{
if (($? & 0xff) == 0)
if ($? != 0)
{
if (($? & 0xff) == 0)
- { printf("Server return code %d", $?/256); }
+ { printf("Server return code %d for test %d starting line %d", $?/256,
+ $testno, $subtest_startline); }
elsif (($? & 0xff00) == 0)
{ printf("Server killed by signal %d", $? & 255); }
else
elsif (($? & 0xff00) == 0)
{ printf("Server killed by signal %d", $? & 255); }
else