Testsuite: make debug output for proxied TLS less indeterminate
[users/heiko/exim.git] / test / runtest
index 8f5d393bbd7805848c69c600851859930733b947..5fbf1d3fefbc81cd02eb4582a28b95694956b97a 100755 (executable)
@@ -925,9 +925,10 @@ RESET_AFTER_EXTRA_LINE_READ:
 
     s/^Exim version .*/Exim version x.yz ..../;
 
-    # Debugging lines for Exim terminations
+    # Debugging lines for Exim terminations and process-generation
 
     s/(?<=^>>>>>>>>>>>>>>>> Exim pid=)\d+(?= terminating)/pppp/;
+    s/^(proxy-proc \w{5}-pid) \d+$/$1 pppp/;
 
     # IP address lookups use gethostbyname() when IPv6 is not supported,
     # and gethostbyname2() or getipnodebyname() when it is.