1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Bug#14737559 BZR JOIN PLUGIN TREES INTO INTERNAL/PLUGIN

Part three:
Fix some search paths.
This commit is contained in:
Tor Didriksen
2012-10-24 17:06:43 +02:00
parent 9934bc5409
commit 4baab59e93
4 changed files with 7 additions and 1 deletions

View File

@ -295,6 +295,7 @@ sub collect_one_suite($)
"storage/*/mtr",
# Look in plugin specific suite dir
"plugin/$suite/tests",
"internal/plugin/$suite/tests",
],
[$suite, "mtr"], ($suite =~ /^i_/));
return unless $suitedir;