diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-06-13 09:09:04 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-06-13 09:09:04 +0000 |
commit | 9aae16c236bc977a6b87546b6e677c3062c636d9 (patch) | |
tree | 4619eaff3f2be69b032d4ae4e42c88d70b2f6b5c /tests | |
parent | 80c194a70a187d12980c4a7ee9a91721050abdfa (diff) |
stdout is good enough
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/runtests.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl index 1c067d430..4ab0966ae 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -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 } |