summaryrefslogtreecommitdiff
path: root/test/runtest
diff options
context:
space:
mode:
Diffstat (limited to 'test/runtest')
-rwxr-xr-xtest/runtest6
1 files changed, 5 insertions, 1 deletions
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<suppressed>/',
+ 'rejectlog' => 's/^(.* SMTP protocol synchronization error .* next input=.{8}).*$/$1<suppressed>/'},
+
};
@@ -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";