mirror of
https://github.com/curl/curl.git
synced 2026-08-06 06:16:18 +03:00
stdout is good enough
This commit is contained in:
parent
80c194a70a
commit
9aae16c236
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue