mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
Add new paths where to look for mysql_client_test
This commit is contained in:
parent
d02b57ceb8
commit
bc609ffbd0
1 changed files with 2 additions and 0 deletions
|
@ -1063,6 +1063,8 @@ sub executable_setup () {
|
|||
$exe_mysqltest= mtr_exe_exists("$path_client_bindir/mysqltest");
|
||||
$exe_mysql_client_test=
|
||||
mtr_exe_exists("$glob_basedir/tests/mysql_client_test",
|
||||
"$glob_basedir/tests/release/mysql_client_test",
|
||||
"$glob_basedir/tests/debug/mysql_client_test",
|
||||
"$path_client_bindir/mysql_client_test",
|
||||
"/usr/bin/false");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue