1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Fix problem when running mysql_client_test in "binary dist", path should include the binary name

This commit is contained in:
unknown
2006-11-09 09:48:50 +01:00
parent 4a1869b1b2
commit fc449ac174

View File

@@ -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");
} }
} }