From 7e8793815bb43f97a022c6b71850206dbbd5d378 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sat, 10 Oct 2020 18:18:01 +0100 Subject: Testsuite & OpenSSL debug: regularise debug output, and fix test munging --- test/runtest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/runtest b/test/runtest index a6ae28447..cd4b7a219 100755 --- a/test/runtest +++ b/test/runtest @@ -1074,8 +1074,8 @@ RESET_AFTER_EXTRA_LINE_READ: # only OpenSSL speaks of these next if /^TLS: preloading (DH params|ECDH curve|CA bundle) for server/; next if /^Diffie-Hellman initialized from default/; - next if /^ECDH OpenSSL [< ]?[\d.+]+ temp key parameter settings:/; - next if /^ECDH: .'*prime256v1'/; + next if /^ECDH OpenSSL (< )?[\d.+]+: temp key parameter settings:/; + next if /^ECDH: .*'prime256v1'/; next if /^tls_verify_certificates: system$/; next if /^tls_set_watch: .*\/cert.pem/; -- cgit v1.2.3