diff options
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 } |