Loading tests/runtests.pl +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
tests/runtests.pl +1 −1 Original line number Diff line number Diff line Loading @@ -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