用于EagleEye3.0 规则集漏报和误报测试的示例项目,项目收集于github和gitee
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

39 lines
1.0 KiB

#
# Test that --basedir, --lc-messages-dir, --character-sets-dir
# and --plugin-dir are deduced correctly from the location of
# mysqld executable.
#
# Note that deduction of --character-sets-dir and --plugin-dir does
# not currently work correctly when running from a sandbox build dir,
# (the expected string is printed anyway to avoid diffs).
#
#
# Deduce --basedir when using full path to mysqld
#
# Checking HELP_VERBOSE_OUTPUT
# basedir looks ok
# character-sets-dir is as expected
# lc-messages-dir looks ok
# plugin-dir is as expected
# HELP_VERBOSE_OUTPUT check finished
#
#
# Deduce --basedir when using path relative to CWD
#
# Checking HELP_VERBOSE_OUTPUT
# basedir looks ok
# character-sets-dir is as expected
# lc-messages-dir looks ok
# plugin-dir is as expected
# HELP_VERBOSE_OUTPUT check finished
#
#
# Deduce --basedir when using bare executable name (PATH lookup)
#
# Checking HELP_VERBOSE_OUTPUT
# basedir looks ok
# character-sets-dir is as expected
# lc-messages-dir looks ok
# plugin-dir is as expected
# HELP_VERBOSE_OUTPUT check finished
#