mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fix problem when running mysql_client_test in "binary dist", path should include the binary name
This commit is contained in:
@ -1484,7 +1484,7 @@ sub executable_setup () {
|
|||||||
mtr_exe_maybe_exists("$glob_basedir/tests/mysql_client_test",
|
mtr_exe_maybe_exists("$glob_basedir/tests/mysql_client_test",
|
||||||
"$glob_basedir/tests/release/mysql_client_test",
|
"$glob_basedir/tests/release/mysql_client_test",
|
||||||
"$glob_basedir/tests/debug/mysql_client_test",
|
"$glob_basedir/tests/debug/mysql_client_test",
|
||||||
"$glob_basedir/bin");
|
"$glob_basedir/bin/mysql_client_test");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user