X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/d1cebc7fe815c47a5e619d5de43bbf19707760ed..a04185284e815e6e94613da045da770e562fce28:/test/runtest diff --git a/test/runtest b/test/runtest index d9aa97fa5..efcd3ed1c 100755 --- a/test/runtest +++ b/test/runtest @@ -1406,6 +1406,10 @@ $munges = 'sys_bindir' => { 'mainlog' => 's%/(usr/)?bin/%SYSBINDIR/%' }, + 'sync_check_data' => + { 'mainlog' => 's/^(.* SMTP protocol synchronization error .* next input=.{8}).*$/$1/', + 'rejectlog' => 's/^(.* SMTP protocol synchronization error .* next input=.{8}).*$/$1/'}, + }; @@ -3769,7 +3773,7 @@ $0 = "[runtest $testno]"; log_failure($log_failed_filename, $testno, "exit code unexpected") if (/^c$/i && $force_continue); if ($force_continue) { - print "stderr tail:\n"; + print "\nstderr tail:\n"; print "===================\n"; system("tail -20 test-stderr"); print "===================\n";