diff options
author | unknown <joerg@trift2.> | 2008-02-22 19:15:31 +0100 |
---|---|---|
committer | unknown <joerg@trift2.> | 2008-02-22 19:15:31 +0100 |
commit | d41af7ad4adfdd83e23c317aebf36bdccf606878 (patch) | |
tree | 9ecee0c4ec90912657d42b1da5110ef1ca8886dc /mysql-test/mysql-test-run.pl | |
parent | f9789423b00581a77cb75722bf9177c14e50f45b (diff) | |
download | mariadb-git-d41af7ad4adfdd83e23c317aebf36bdccf606878.tar.gz |
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)
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 53b02da448f..373aecf77aa 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -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); |