mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
Show which servers have been started for --start-and-exit and --start-dirty
This commit is contained in:
parent
9d142ff0a8
commit
4dd397e457
1 changed files with 2 additions and 1 deletions
|
@ -2343,7 +2343,8 @@ sub run_testcase ($) {
|
|||
if ( $opt_start or $opt_start_dirty )
|
||||
{
|
||||
$suite_timeout_proc->kill();
|
||||
mtr_report("\nServers started, waiting for any of them to die...");
|
||||
mtr_report("\nStarted", started(all_servers()));
|
||||
mtr_report("Waiting for server(s) to exit...");
|
||||
my $proc= My::SafeProcess->wait_any();
|
||||
if ( grep($proc eq $_, started(all_servers())) )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue