mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -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);
|
print "Shutting down test suite servers:\n" if (!$short);
|
||||||
for(keys %run) {
|
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
|
stopserver($run{$_}); # the pid file is in the hash table
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user