aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-06-05 11:17:29 +0200
committerDaniel Stenberg <daniel@haxx.se>2016-06-06 23:51:49 +0200
commit320905a34589a987a5afe29c84316b1bfbcb8290 (patch)
treeb8c7b28650158bcbbb20dd72f35afa3798ce70ee /tests/runtests.pl
parentd3b5c153af6998e2fd64bfc2b3033b2b5526a8cf (diff)
runtests: don't display logs when http2 server fails to start
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-xtests/runtests.pl1
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);
}