1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

mysql_client_test not found when running from binary dist

Look in bin for myql_client_test executable
This commit is contained in:
msvensson@neptunus.(none)
2006-11-20 13:02:49 +01:00
parent 818f3fa21f
commit 8809a5e27e

View File

@ -1499,7 +1499,7 @@ sub executable_setup () {
$exe_mysql_client_test=
mtr_exe_maybe_exists(vs_config_dirs('tests', 'mysql_client_test'),
"$glob_basedir/tests/mysql_client_test",
"$glob_basedir/bin");
"$glob_basedir/bin/mysql_client_test");
}
}