From 22eeb1f25560b2a99f50786618605b4e0f3bac3c Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Tue, 3 Nov 2020 13:15:15 +0000 Subject: [PATCH] Testsuite: ignore cert-rotation debug output --- test/runtest | 1 + 1 file changed, 1 insertion(+) diff --git a/test/runtest b/test/runtest index 19169e89d..d4e469b9f 100755 --- a/test/runtest +++ b/test/runtest @@ -1069,6 +1069,7 @@ RESET_AFTER_EXTRA_LINE_READ: # this is timing-dependent next if /^OpenSSL: creating STEK$/; + next if /^selfsign cert rotate$/; # TLS preload # only OpenSSL speaks of these -- 2.30.2