No need to continue in 'mtr_report_test_failed' after timeout detected, return immediately after
This commit is contained in:
parent
8ec4020e25
commit
ad4d813024
@ -133,6 +133,7 @@ sub mtr_report_test_failed ($) {
|
|||||||
if ( $tinfo->{'timeout'} )
|
if ( $tinfo->{'timeout'} )
|
||||||
{
|
{
|
||||||
print "[ fail ] timeout\n";
|
print "[ fail ] timeout\n";
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
elsif ( $tinfo->{'ndb_test'} and $::cluster->[0]->{'installed_ok'} eq "NO")
|
elsif ( $tinfo->{'ndb_test'} and $::cluster->[0]->{'installed_ok'} eq "NO")
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user