runtests: don't display logs when http2 server fails to start

This commit is contained in:
Daniel Stenberg 2016-06-05 11:17:29 +02:00
parent d3b5c153af
commit 320905a345
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}