Show which servers have been started for --start-and-exit and --start-dirty

This commit is contained in:
msvensson@pilot.mysql.com 2008-03-12 10:34:24 +01:00
parent 9d142ff0a8
commit 4dd397e457

View file

@ -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())) )
{