1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

mysql-test/mysql-test-run.pl

Disable extra team trees.
    Temporary fix for entry 34761 in the bugs DB.
    (Patch by Magnus Svensson, 2008-02-22 17:40:14+01:00, msvensson@pilot.mysql.com +1 -0)


mysql-test/mysql-test-run.pl:
  Disable extra team trees.
  Temporary fix for entry 34761 in the bugs DB.
  (Patch by Magnus Svensson, 2008-02-22 17:40:14+01:00, msvensson@pilot.mysql.com +1 -0)
This commit is contained in:
unknown
2008-02-22 19:15:31 +01:00
parent f9789423b0
commit d41af7ad4a

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);