mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
stdout is good enough
This commit is contained in:
parent
80c194a70a
commit
9aae16c236
@ -1187,7 +1187,7 @@ close(CMDLOG);
|
||||
|
||||
print "Shutting down test suite servers:\n" if (!$short);
|
||||
for(keys %run) {
|
||||
printf STDERR ("* kill pid for %-5s => %-5d\n", $_, $run{$_}) if(!$short);
|
||||
printf ("* kill pid for %-5s => %-5d\n", $_, $run{$_}) if(!$short);
|
||||
stopserver($run{$_}); # the pid file is in the hash table
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user