Commit 27728ab9 authored by Tor Didriksen's avatar Tor Didriksen

BUG#12818561 - RELEASE-LIKE PACKAGE CONTAINS AN EXTRA 'PLUGIN' FOLDER

Look for suite/thread_pool/plugin.defs
parent cf5e5f83
...@@ -450,8 +450,9 @@ sub main { ...@@ -450,8 +450,9 @@ sub main {
# #
read_plugin_defs("include/plugin.defs"); read_plugin_defs("include/plugin.defs");
# Also read from any plugin local plugin.defs # Also read from any plugin local or suite specific plugin.defs
for (glob "$basedir/plugin/*/tests/mtr/plugin.defs") { for (glob "$basedir/plugin/*/tests/mtr/plugin.defs".
" suite/*/plugin.defs") {
read_plugin_defs($_); read_plugin_defs($_);
} }
......
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