Commit 5e6d3997 authored by Magnus Svensson's avatar Magnus Svensson

Bug#42358 fulltext_plugin test fails on pushbuild: Too many arguments (first extra is '')

 - pass empty "--plugin-dir" if simple parser was not found.
parent 47e19cf2
......@@ -1677,8 +1677,8 @@ sub environment_setup {
$ENV{'SIMPLE_PARSER'}=
($lib_simple_parser ? basename($lib_simple_parser) : "");
$ENV{'SIMPLE_PARSER_OPT'}=
($lib_simple_parser ? "--plugin_dir=" . dirname($lib_simple_parser) : "");
$ENV{'SIMPLE_PARSER_OPT'}= "--plugin-dir=".
($lib_simple_parser ? dirname($lib_simple_parser) : "");
# --------------------------------------------------------------------------
# Valgrind need to be run with debug libraries otherwise it's almost
......
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