Skip to content

Commit

Permalink
MDEV-19129: Xcode compatibility update: mysql-test-run.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
ohhmm committed Oct 21, 2021
1 parent 05c3dce commit 2e844a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mysql-test/mysql-test-run.pl
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ ()
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 "") {
Expand Down Expand Up @@ -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");
Expand Down

0 comments on commit 2e844a0

Please sign in to comment.