Bug#42358 fulltext_plugin test fails on pushbuild: Too many arguments (first extra is '')
- pass empty "--plugin-dir" if simple parser was not found.
This commit is contained in:
parent
47e19cf2d5
commit
5e6d3997e9
@ -1677,8 +1677,8 @@ sub environment_setup {
|
|||||||
|
|
||||||
$ENV{'SIMPLE_PARSER'}=
|
$ENV{'SIMPLE_PARSER'}=
|
||||||
($lib_simple_parser ? basename($lib_simple_parser) : "");
|
($lib_simple_parser ? basename($lib_simple_parser) : "");
|
||||||
$ENV{'SIMPLE_PARSER_OPT'}=
|
$ENV{'SIMPLE_PARSER_OPT'}= "--plugin-dir=".
|
||||||
($lib_simple_parser ? "--plugin_dir=" . dirname($lib_simple_parser) : "");
|
($lib_simple_parser ? dirname($lib_simple_parser) : "");
|
||||||
|
|
||||||
# --------------------------------------------------------------------------
|
# --------------------------------------------------------------------------
|
||||||
# Valgrind need to be run with debug libraries otherwise it's almost
|
# Valgrind need to be run with debug libraries otherwise it's almost
|
||||||
|
Loading…
x
Reference in New Issue
Block a user