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

This commit is contained in:
msvensson@pilot.mysql.com 2008-02-22 17:40:14 +01:00
parent 39c20516b7
commit e608f14d0a

View file

@ -417,7 +417,7 @@ sub main () {
# use default and add any extra_suites as defined
$opt_suites= $opt_suites_default;
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 ""))
{
my $ddd= basename($ccc);