Commit 89dbf954 authored by unknown's avatar unknown

Bug#34761 Mysql-test-run.pl script hangs on Windows


mysql-test/mysql-test-run.pl:
  Disable extra team trees
parent 9dfc925d
...@@ -417,7 +417,7 @@ sub main () { ...@@ -417,7 +417,7 @@ sub main () {
# use default and add any extra_suites as defined # use default and add any extra_suites as defined
$opt_suites= $opt_suites_default; $opt_suites= $opt_suites_default;
my $ccc= dirname($glob_mysql_test_dir); my $ccc= dirname($glob_mysql_test_dir);
my $found= 0; my $found= 1; # BUG#34761 - disable this feature
while (!$found and !($ccc eq "/") and !($ccc eq "")) while (!$found and !($ccc eq "/") and !($ccc eq ""))
{ {
my $ddd= basename($ccc); my $ddd= basename($ccc);
......
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