mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
Modify search path for mysql_client_test to look in "bin" not to look for "bin",
this caused mysql_client_test to fail when running from binary dist
This commit is contained in:
parent
5057fa01f4
commit
d54846ab3e
1 changed files with 1 additions and 1 deletions
|
@ -1499,7 +1499,7 @@ sub executable_setup () {
|
|||
$exe_mysql_client_test=
|
||||
mtr_exe_maybe_exists(vs_config_dirs('tests', 'mysql_client_test'),
|
||||
"$glob_basedir/tests/mysql_client_test",
|
||||
"$glob_basedir/bin");
|
||||
"$glob_basedir/bin/mysql_client_test");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue