From 19fdbfb4a2b6ca4a6a96ef52be848f0a23e2414f Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Fri, 4 Feb 2022 21:53:28 +0000 Subject: Debug pretrigger capture facility --- test/runtest | 6 ------ 1 file changed, 6 deletions(-) (limited to 'test/runtest') diff --git a/test/runtest b/test/runtest index 8e3a1f42c..051508eca 100755 --- a/test/runtest +++ b/test/runtest @@ -1929,12 +1929,6 @@ $munges = { 'mainlog' => 's/^(.* SMTP protocol synchronization error .* next input=.{8}).*$/$1/', 'rejectlog' => 's/^(.* SMTP protocol synchronization error .* next input=.{8}).*$/$1/'}, - 'debuglog_stdout' => - { '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/; - s/^(?:daemon-accept forked for daemon-accept-delivery:|forked delivery process) \K\d+$/pppp/;' - }, - 'timeout_errno' => # actual errno differs Solaris vs. Linux { 'mainlog' => 's/((?:host|message) deferral .* errno) <\d+> /$1 /' }, -- cgit v1.2.3