mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
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:
@ -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
|
||||||
|
Reference in New Issue
Block a user