diff options
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-x | tests/runtests.pl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl index bef5a59a3..1a604d801 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -1571,9 +1571,8 @@ sub singletest { ####################################################################### # Stop all running test servers sub stopservers { - print "Shutting down test suite servers:\n" if ($verbose); for(keys %run) { - printf ("* kill pid for %-5s => %-5d\n", $_, $run{$_}) if($verbose); + printf ("* kill pid for %-5s => %-5d\n", $_, $run{$_}); stopserver($run{$_}); # the pid file is in the hash table } ftpkillslaves(); |