Commit 6eaed857 authored by unknown's avatar unknown

mysql_client_test not found when running from binary dist

Look in bin for myql_client_test executable

parent 3fde4f8c
......@@ -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");
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment