summaryrefslogtreecommitdiff
path: root/test/runtest
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2020-03-22 20:15:33 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2020-03-22 20:25:36 +0000
commit46d2a5e6f6e7709d172903b13945d23fc0a2c888 (patch)
tree11692101015bb85482f5105e46c1f7f8edfbc330 /test/runtest
parenteb763a7aaf9ed36939193283153724eb2671c999 (diff)
parent8102279385f5f70c959aa219feca37031c0a1828 (diff)
Merge branch 'debug_fork'
Diffstat (limited to 'test/runtest')
-rwxr-xr-xtest/runtest2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/runtest b/test/runtest
index 3f37311b1..c381d6d68 100755
--- a/test/runtest
+++ b/test/runtest
@@ -1047,6 +1047,8 @@ RESET_AFTER_EXTRA_LINE_READ:
s/(?<=^>>>>>>>>>>>>>>>> Exim pid=)\d+(?= terminating)/pppp/;
s/^(proxy-proc \w{5}-pid) \d+$/$1 pppp/;
s/^(?:\s*\d+ )(exec .* -oPX)$/pppp $1/;
+ s/^(?:\s*\d+ )(postfork: )/pppp $1/;
+ s/ forked for [^:]+: \K\d+/npppp/;
# IP address lookups use gethostbyname() when IPv6 is not supported,
# and gethostbyname2() or getipnodebyname() when it is.