From 8f6f8772553ebcc66418ac379d956d9af1abdc32 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Thu, 27 Jan 2022 17:04:05 +0000 Subject: Testsuite: move ACL-triggered debug output to stderr file, and munge Broken-by: 9dea8f12c7 --- test/runtest | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'test/runtest') diff --git a/test/runtest b/test/runtest index 6cc5b3bdb..89f734554 100755 --- a/test/runtest +++ b/test/runtest @@ -1408,8 +1408,13 @@ RESET_AFTER_EXTRA_LINE_READ: s/^errno = \d+$/errno = EEE/; s/^writing error \d+: /writing error EEE: /; - # Some platforms have to flip to slow-mode taint-checking - next if /switching to slow-mode taint checking/; + # Time-only, in debug output + # we have to handle double lines from the DBOPEN, hence placed down here and /mg + s/^\d\d:\d\d:\d\d\s/01:01:01 /mg; + + # pid in debug lines + s/^(\d\d:\d\d:\d\d)(\s\d+\s)/"$1 " . new_value($2, "%s", \$next_pid) . " "/mgxe; + s/(?