diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-02-12 16:30:28 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-02-12 16:30:28 +0000 |
commit | 398f9af3b35c79d142dcbfd7b56758eea88c8f43 (patch) | |
tree | 0e7a14be6ee32f2bd0f6859276a7e83e944f9188 /test/runtest | |
parent | 852e25c532665a5523f07930030199666aef996c (diff) |
Debug: avoid indenting line-prefixes (timestamp, pid, host-checking marker)
Diffstat (limited to 'test/runtest')
-rwxr-xr-x | test/runtest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runtest b/test/runtest index 15631dfeb..d117751c4 100755 --- a/test/runtest +++ b/test/runtest @@ -1525,7 +1525,7 @@ $munges = 'rejectlog' => 's/^(.* SMTP protocol synchronization error .* next input=.{8}).*$/$1<suppressed>/'}, 'debuglog_stdout' => - { 'stdout' => 's/^[ .]*\d\d:\d\d:\d\d\s+\d+ //; + { 'stdout' => 's/^\d\d:\d\d:\d\d\s+\d+ //; s/Process \d+ is ready for new message/Process pppp is ready for new message/' }, |