summaryrefslogtreecommitdiff
path: root/test/runtest
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2017-10-12 18:20:56 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2017-10-12 18:20:56 +0100
commit503e05540de7aedd491eeb1bc03373d6fa6950cb (patch)
treeb1944aa08184d43dc1638ec0743139303bfe52bd /test/runtest
parent2540f2f8e450051e31f108bffb8c0da5b6dd8c22 (diff)
Testsuite: openssl variant debug output
Diffstat (limited to 'test/runtest')
-rwxr-xr-xtest/runtest5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/runtest b/test/runtest
index eac861671..0a514ad65 100755
--- a/test/runtest
+++ b/test/runtest
@@ -903,7 +903,10 @@ RESET_AFTER_EXTRA_LINE_READ:
next if /^SSL info:/;
next if /SSL verify error: depth=0 error=certificate not trusted/;
s/SSL3_READ_BYTES/ssl3_read_bytes/i;
- s/^\d+:error:\d+(:SSL routines:ssl3_read_bytes:[^:]+:).*(:SSL alert number \d\d)$/pppp:error:dddddddd$1\[...\]$2/;
+ s/CONNECT_CR_FINISHED/ssl3_read_bytes/i;
+ s/^\d+:error:\d+(?:E\d+)?(:SSL routines:ssl3_read_bytes:[^:]+:).*(:SSL alert number \d\d)$/pppp:error:dddddddd$1\[...\]$2/;
+
+ s/^(TLS error on connection .*):func\(4095:\)(No such file or directory)$/$1:fopen:/;
# gnutls version variances
next if /^Error in the pull function./;