Skip to content

Commit 14e5db6

Browse files
committed
Print out retry count when using mysql-test-run --repeat
1 parent 4ec8598 commit 14e5db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql-test/lib/mtr_report.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ sub mtr_report_test ($) {
118118
my $logfile= $tinfo->{'logfile'};
119119
my $warnings= $tinfo->{'warnings'};
120120
my $result= $tinfo->{'result'};
121-
my $retry= $tinfo->{'retries'} ? "retry-" : "";
121+
my $retry= $tinfo->{'retries'} ? "retry-" : $tinfo->{'repeat'} ? "$tinfo->{'repeat'} " : "";
122122

123123
if ($result eq 'MTR_RES_FAILED'){
124124

0 commit comments

Comments
 (0)