mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
mysql_client_test not found when running from binary dist
Look in bin for myql_client_test executable
This commit is contained in:
@ -1499,7 +1499,7 @@ sub executable_setup () {
|
|||||||
$exe_mysql_client_test=
|
$exe_mysql_client_test=
|
||||||
mtr_exe_maybe_exists(vs_config_dirs('tests', 'mysql_client_test'),
|
mtr_exe_maybe_exists(vs_config_dirs('tests', 'mysql_client_test'),
|
||||||
"$glob_basedir/tests/mysql_client_test",
|
"$glob_basedir/tests/mysql_client_test",
|
||||||
"$glob_basedir/bin");
|
"$glob_basedir/bin/mysql_client_test");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user