From 320905a34589a987a5afe29c84316b1bfbcb8290 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 5 Jun 2016 11:17:29 +0200 Subject: [PATCH] runtests: don't display logs when http2 server fails to start --- tests/runtests.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/runtests.pl b/tests/runtests.pl index 7c7dc8d01..ddcda5c20 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -1236,7 +1236,6 @@ sub runhttp2server { # it is NOT alive logmsg "RUN: failed to start the $srvrname server\n"; stopserver($server, "$pid2"); - displaylogs($testnumcheck); $doesntrun{$pidfile} = 1; return (0,0); }