Commit ad4d8130 authored by unknown's avatar unknown
Browse files

No need to continue in 'mtr_report_test_failed' after timeout detected, return immediately after

parent 8ec4020e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -133,6 +133,7 @@ sub mtr_report_test_failed ($) {
  if ( $tinfo->{'timeout'} )
  {
    print "[ fail ]  timeout\n";
    return;
  }
  elsif ( $tinfo->{'ndb_test'} and $::cluster->[0]->{'installed_ok'} eq "NO")
  {