Show which servers have been started for --start-and-exit and --start-dirty
This commit is contained in:
parent
bc4d3646e5
commit
85577e9d2a
@ -2343,7 +2343,8 @@ sub run_testcase ($) {
|
|||||||
if ( $opt_start or $opt_start_dirty )
|
if ( $opt_start or $opt_start_dirty )
|
||||||
{
|
{
|
||||||
$suite_timeout_proc->kill();
|
$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();
|
my $proc= My::SafeProcess->wait_any();
|
||||||
if ( grep($proc eq $_, started(all_servers())) )
|
if ( grep($proc eq $_, started(all_servers())) )
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user