Commit 98be6efe authored by Sergei Golubchik's avatar Sergei Golubchik

mtr: read both suitedir/disabled.def and suitedir/t/disabled.def

this simplifies merging of MySQL and TokuDB
parent dc92263a
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment