summaryrefslogtreecommitdiff
path: root/test/runtest
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2016-05-21 21:14:05 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2016-05-21 21:14:05 +0100
commitb0d68adc8b45e42b425c23e7dbf195b772878b9a (patch)
treecb7ff5a639d6dd9c90a454bc661217e459f6b320 /test/runtest
parent01f3091ab20e5b78419d2b7cff106b421600e553 (diff)
Debug: "kill" option on ACL control=debug. Bug 1831
Diffstat (limited to 'test/runtest')
-rwxr-xr-xtest/runtest4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/runtest b/test/runtest
index fa38ca019..2389efafe 100755
--- a/test/runtest
+++ b/test/runtest
@@ -1414,6 +1414,10 @@ $munges =
{ 'mainlog' => 's/^(.* SMTP protocol synchronization error .* next input=.{8}).*$/$1<suppressed>/',
'rejectlog' => 's/^(.* SMTP protocol synchronization error .* next input=.{8}).*$/$1<suppressed>/'},
+ 'debuglog_stdout' =>
+ { 'stdout' => 's/^\d\d:\d\d:\d\d* \d+ //;
+ s/Process \d+ is ready for new message/Process pppp is ready for new message/'
+ },
};