Skip to content

Commit

Permalink
MDEV-17076: increment only if saving occurs
Browse files Browse the repository at this point in the history
  • Loading branch information
shinnok authored and grooverdan committed Jul 27, 2020
1 parent c81a2d2 commit 1ce9735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql-test/mysql-test-run.pl
Original file line number Diff line number Diff line change
Expand Up @@ -724,9 +724,9 @@ ($$$)
{
mtr_report(" - saving '$worker_savedir/' to '$savedir/'");
rename($worker_savedir, $savedir);
$num_saved_datadir++;
}
resfile_print_test();
$num_saved_datadir++;
$num_failed_test++ unless ($result->{retries} ||
$result->{exp_fail});

Expand Down

0 comments on commit 1ce9735

Please sign in to comment.