mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
mysql_client_test not found when running from binary dist
Look in bin for myql_client_test executable
This commit is contained in:
parent
3fde4f8cd3
commit
6eaed85712
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…
Reference in a new issue