Skip to content
Permalink
Browse files
Print out retry count when using mysql-test-run --repeat
  • Loading branch information
montywi committed May 22, 2018
1 parent 4ec8598 commit 14e5db6
Showing 1 changed file with 1 addition and 1 deletion.
@@ -118,7 +118,7 @@ sub mtr_report_test ($) {
my $logfile= $tinfo->{'logfile'};
my $warnings= $tinfo->{'warnings'};
my $result= $tinfo->{'result'};
my $retry= $tinfo->{'retries'} ? "retry-" : "";
my $retry= $tinfo->{'retries'} ? "retry-" : $tinfo->{'repeat'} ? "$tinfo->{'repeat'} " : "";

if ($result eq 'MTR_RES_FAILED'){

0 comments on commit 14e5db6

Please sign in to comment.