1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

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

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