diff options
author | Sergei Golubchik <sergii@pisem.net> | 2014-08-10 14:36:17 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2014-08-10 14:36:17 +0200 |
commit | b5ebc21169d3f27f29cc2bd66ce86dbcb95be7e7 (patch) | |
tree | 52c82ae888fc3cf5b5ad03859b254181d86b18e0 /mysql-test/mysql-test-run.pl | |
parent | 935309bedc2589f75f52d1da5b131fe90f62d702 (diff) | |
download | mariadb-git-b5ebc21169d3f27f29cc2bd66ce86dbcb95be7e7.tar.gz |
sanity
mysql-test/mysql-test-run.pl:
fix the message
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index bb6fdd69206..1c936031e4d 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -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)); |