From d41af7ad4adfdd83e23c317aebf36bdccf606878 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 22 Feb 2008 19:15:31 +0100 Subject: 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) --- mysql-test/mysql-test-run.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysql-test/mysql-test-run.pl') 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); -- cgit v1.2.1