Commit 2e844a08 authored by Sergei Krivonos's avatar Sergei Krivonos

MDEV-19129: Xcode compatibility update: mysql-test-run.pl

parent 05c3dced
......@@ -420,6 +420,7 @@ sub check_wsrep_support() {
my $my_print_defaults_exe=
mtr_exe_maybe_exists(
"$bindir/extra/my_print_defaults",
"$bindir/extra/Debug/my_print_defaults",
"$path_client_bindir/my_print_defaults");
my $epath= "";
if ($my_print_defaults_exe ne "") {
......@@ -1415,6 +1416,7 @@ sub command_line_setup {
{
$path_client_bindir= mtr_path_exists("$bindir/client_release",
"$bindir/client_debug",
"$bindir/client/debug",
"$bindir/client$opt_vs_config",
"$bindir/client",
"$bindir/bin");
......
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