aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-11-15 22:41:31 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-11-15 22:41:31 +0000
commit44d408204a7902613c2843b7bfb8dbe073f9fcb8 (patch)
tree48cdaf1cc7ada6e1ff70cadc287742d580052a5d /tests/runtests.pl
parent50feea3eef87f1c07b954ad3020fdb836c7f279f (diff)
Michal Marek fixed the test suite to better deal with the case when the HTTP
ipv6 server can't run.
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-xtests/runtests.pl3
1 files changed, 1 insertions, 2 deletions
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);
}