1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00
mysql-test/mysql-test-run.pl:
  fix the message
This commit is contained in:
Sergei Golubchik
2014-08-10 14:36:17 +02:00
parent 935309bedc
commit b5ebc21169
3 changed files with 25 additions and 37 deletions

View File

@ -5712,7 +5712,7 @@ sub get_extra_opts {
sub stop_servers($$) {
my (@servers)= @_;
mtr_report("Restarting ", started(@servers));
mtr_report("Stopping ", started(@servers));
My::SafeProcess::shutdown($opt_shutdown_timeout,
started(@servers));