mirror of
https://github.com/curl/curl.git
synced 2026-08-25 12:03:39 +03:00
Michal Marek fixed the test suite to better deal with the case when the HTTP
ipv6 server can't run.
This commit is contained in:
parent
50feea3eef
commit
44d408204a
2 changed files with 9 additions and 2 deletions
|
|
@ -726,8 +726,7 @@ sub runhttpserver {
|
|||
|
||||
if($httppid <= 0 || !kill(0, $httppid)) {
|
||||
# it is NOT alive
|
||||
logmsg "RUN: failed to start the HTTP server\n";
|
||||
stopservers($verbose);
|
||||
logmsg "RUN: failed to start the HTTP$nameext server\n";
|
||||
return (0,0);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue