1
0
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:
Magnus Svensson
2009-01-27 10:45:39 +01:00
parent 5a7314099d
commit c7c0dc6882

View File

@ -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