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

parent d9b1f2cf
...@@ -1484,7 +1484,7 @@ sub executable_setup () { ...@@ -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");
} }
} }
......
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