git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Testsuite: account for change in debug
[exim.git]
/
test
/
runtest
diff --git
a/test/runtest
b/test/runtest
index 2389efafe313c623a05035eb6b195ef10d85bbfd..0a95b70ec7df0141e4e9177557c783bba058f8ed 100755
(executable)
--- a/
test/runtest
+++ b/
test/runtest
@@
-427,7
+427,7
@@
RESET_AFTER_EXTRA_LINE_READ:
# File descriptor numbers may vary
s/^writing data block fd=\d+/writing data block fd=dddd/;
# File descriptor numbers may vary
s/^writing data block fd=\d+/writing data block fd=dddd/;
- s/
running as transport filter: write=\d+ read=\d+/running as transport filter: write=dddd
read=dddd/;
+ s/
(running as transport filter:) fd_write=\d+ fd_read=\d+/$1 fd_write=dddd fd_
read=dddd/;
# ======== Dumpdb output ========
# ======== Dumpdb output ========
@@
-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)/;
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.
# ======== Port numbers ========
# Incoming port numbers may vary, but not in daemon startup line.
@@
-1415,7
+1418,7
@@
$munges =
'rejectlog' => 's/^(.* SMTP protocol synchronization error .* next input=.{8}).*$/$1<suppressed>/'},
'debuglog_stdout' =>
'rejectlog' => 's/^(.* SMTP protocol synchronization error .* next input=.{8}).*$/$1<suppressed>/'},
'debuglog_stdout' =>
- { 'stdout' => 's/^\d\d:\d\d:\d\d
*
\d+ //;
+ { '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/'
},
};