display killed pids to make it easier to see for autobuilds etc
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user