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:
@ -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;
|
||||
|
Reference in New Issue
Block a user