diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-03-30 22:26:09 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-03-30 22:26:09 +0100 |
commit | 3b447cdfe3f9f53546d09d7e01d1e0ecf0d6696c (patch) | |
tree | d85304bfff290c289680b57bd635fa6781e2f560 /test/runtest | |
parent | 129a5d133927ff8fa4b3f941f83c022d2daf18f3 (diff) |
Testsuite: ignore all fork-time debug
Diffstat (limited to 'test/runtest')
-rwxr-xr-x | test/runtest | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/test/runtest b/test/runtest index 6e6ed4092..6ada78b25 100755 --- a/test/runtest +++ b/test/runtest @@ -1047,11 +1047,7 @@ 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/; - next if /postfork: /; - # ipv6-enabled platforms do more loookup, for AAAAs - so ignore the forking - next if / fork(?:ing|ed) for fakens-search/; - s/ forked for [^:]+: \K\d+/npppp/; - + next if /(?:postfork: | fork(?:ing|ed) for )/; # IP address lookups use gethostbyname() when IPv6 is not supported, # and gethostbyname2() or getipnodebyname() when it is. |