diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-06-05 11:17:29 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-06-06 23:51:49 +0200 |
commit | 320905a34589a987a5afe29c84316b1bfbcb8290 (patch) | |
tree | b8c7b28650158bcbbb20dd72f35afa3798ce70ee | |
parent | d3b5c153af6998e2fd64bfc2b3033b2b5526a8cf (diff) |
runtests: don't display logs when http2 server fails to start
-rwxr-xr-x | tests/runtests.pl | 1 |
1 files changed, 0 insertions, 1 deletions
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); } |