Commit e0cf0819 authored by Bjorn Munch's avatar Bjorn Munch

Bug#11831031: MTR SHOULD FIND TEST SUITES FROM FEATURE TREES OUTSIDE MYSQL-TEST

Backported from trunk-mtr
parent 42c7fd9f
...@@ -287,9 +287,11 @@ sub collect_one_suite($) ...@@ -287,9 +287,11 @@ sub collect_one_suite($)
"mysql-test/suite", "mysql-test/suite",
"mysql-test", "mysql-test",
# Look in storage engine specific suite dirs # Look in storage engine specific suite dirs
"storage/*/mysql-test-suites" "storage/*/mtr",
# Look in plugin specific suite dir
"plugin/$suite/tests",
], ],
[$suite]); [$suite, "mtr"]);
} }
mtr_verbose("suitedir: $suitedir"); mtr_verbose("suitedir: $suitedir");
} }
......
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