summaryrefslogtreecommitdiff
path: root/test/runtest
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2022-01-18 00:50:47 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2022-01-18 00:50:47 +0000
commit9dea8f12c7617bcee02319adbb51353b6b35b2f8 (patch)
tree20068e47fa0fce562cdb8de75574434dcb791e94 /test/runtest
parent5732024c9991f1e220ad203087997ca467a5cef7 (diff)
downloadexim4-9dea8f12c7617bcee02319adbb51353b6b35b2f8.tar.gz
Debug: pass ACL-initiated debug through execs
Diffstat (limited to 'test/runtest')
-rwxr-xr-xtest/runtest5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/runtest b/test/runtest
index 3d5a975ff..cda11da9e 100755
--- a/test/runtest
+++ b/test/runtest
@@ -408,7 +408,7 @@ RESET_AFTER_EXTRA_LINE_READ:
#s/Exim \K\d+[._]\d+[\w_-]*/x.yz/i;
# Replace Exim message ids by a unique series
- s/((?:[^\W_]{6}-){2}[^\W_]{2})
+ s/(\d[^\W_]{5}-[^\W_]{6}-[^\W_]{2})
/new_value($1, "10Hm%s-0005vi-00", \$next_msgid)/egx;
# The names of lock files appear in some error and debug messages
@@ -1920,7 +1920,8 @@ $munges =
'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/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