mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Fix problem when running mysql_client_test in "binary dist", path should include the binary name
This commit is contained in:
parent
4a1869b1b2
commit
fc449ac174
1 changed files with 1 additions and 1 deletions
|
@ -1484,7 +1484,7 @@ sub executable_setup () {
|
|||
mtr_exe_maybe_exists("$glob_basedir/tests/mysql_client_test",
|
||||
"$glob_basedir/tests/release/mysql_client_test",
|
||||
"$glob_basedir/tests/debug/mysql_client_test",
|
||||
"$glob_basedir/bin");
|
||||
"$glob_basedir/bin/mysql_client_test");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue