X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=test%2Fruntest;h=6cb90fb7db0c91fdb94fc1e7d44fd07bde572918;hb=4d146046d9a82339d26c6be230fe1480a72b8bee;hp=fa38ca019ae202d899d3ff2257399b5ceb3d6235;hpb=b9d9c5a27bea03802901872e0e056fb97b4c30a6;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/test/runtest b/test/runtest index fa38ca019..6cb90fb7d 100755 --- a/test/runtest +++ b/test/runtest @@ -653,6 +653,9 @@ RESET_AFTER_EXTRA_LINE_READ: s/waiting for children of \d+/waiting for children of pppp/; s/waiting for (\S+) \(\d+\)/waiting for $1 (pppp)/; + # The spool header file name varies with PID + s%^(Writing spool header file: .*/hdr).[0-9]{1,5}%$1.pppp%; + # ======== Port numbers ======== # Incoming port numbers may vary, but not in daemon startup line. @@ -1414,6 +1417,10 @@ $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/' + }, };