From 44d408204a7902613c2843b7bfb8dbe073f9fcb8 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 15 Nov 2007 22:41:31 +0000 Subject: Michal Marek fixed the test suite to better deal with the case when the HTTP ipv6 server can't run. --- tests/runtests.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/runtests.pl') diff --git a/tests/runtests.pl b/tests/runtests.pl index 395ce86c4..039aa11bb 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -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); } -- cgit v1.2.3