Skip to content

Commit

Permalink
mtr: read both suitedir/disabled.def and suitedir/t/disabled.def
Browse files Browse the repository at this point in the history
this simplifies merging of MySQL and TokuDB
  • Loading branch information
vuvova committed Feb 17, 2016
1 parent dc92263 commit 98be6ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mysql-test/lib/mtr_cases.pm
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,7 @@ sub process_suite {

# disabled.def
parse_disabled($suite->{dir} .'/disabled.def', $suitename);
parse_disabled($suite->{dir} .'/t/disabled.def', $suitename);

# combinations
if (@::opt_combinations)
Expand Down

0 comments on commit 98be6ef

Please sign in to comment.