aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-04-28 14:03:08 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-04-28 14:03:08 +0000
commitabee109cd1aebc4074db7bcfebadb1e38177db8a (patch)
treeb632d08dd1144f3a70e262f326de347f000541b5 /tests/runtests.pl
parent502e5ae6e1f9e1229b1ea61a544d9d41fc4e5a92 (diff)
display killed pids to make it easier to see for autobuilds etc
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 bef5a59a3..1a604d801 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -1571,9 +1571,8 @@ sub singletest {
#######################################################################
# Stop all running test servers
sub stopservers {
- print "Shutting down test suite servers:\n" if ($verbose);
for(keys %run) {
- printf ("* kill pid for %-5s => %-5d\n", $_, $run{$_}) if($verbose);
+ printf ("* kill pid for %-5s => %-5d\n", $_, $run{$_});
stopserver($run{$_}); # the pid file is in the hash table
}
ftpkillslaves();