mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
Look for mysql_client_test in $path_client_bindir
This commit is contained in:
parent
3c66250e84
commit
d093b1029a
1 changed files with 1 additions and 1 deletions
|
@ -1423,7 +1423,7 @@ sub executable_setup () {
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$exe_mysql_client_test=
|
$exe_mysql_client_test=
|
||||||
mtr_exe_exists("$glob_basedir/tests/mysql_client_test");
|
mtr_exe_exists("$path_client_bindir/mysql_client_test");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue