List:Commits« Previous MessageNext Message »
From:Jonathan Perkin Date:August 26 2009 12:34pm
Subject:bzr commit into mysql-5.1 branch (jperkin:2970) Bug#46834
View as plain text  
#At file:///home/sketch/bzr/mysql-5.1-build-bug46834/ based on revid:jperkin@stripped

 2970 Jonathan Perkin	2009-08-26
      bug#46834: Test suite missing from RPMs
      
      An additional change is requires to make the test suite work from
      installed RPMs.  mtr sets basedir=/usr to find binaries etc, so
      we need to look in share/mysql-test/suite for the test suites.

    modified:
      mysql-test/lib/mtr_cases.pm
=== modified file 'mysql-test/lib/mtr_cases.pm'

=== modified file 'mysql-test/lib/mtr_cases.pm'
--- a/mysql-test/lib/mtr_cases.pm	2009-08-12 12:46:12 +0000
+++ b/mysql-test/lib/mtr_cases.pm	2009-08-26 12:32:14 +0000
@@ -239,7 +239,8 @@
     else
     {
       $suitedir= my_find_dir($::basedir,
-			     ["mysql-test/suite",
+			     ["share/mysql-test/suite",
+			      "mysql-test/suite",
 			      "mysql-test",
 			      # Look in storage engine specific suite dirs
 			      "storage/*/mysql-test-suites"


Attachment: [text/bzr-bundle] bzr/jperkin@sun.com-20090826123214-es87dshp2zj114z8.bundle
Thread
bzr commit into mysql-5.1 branch (jperkin:2970) Bug#46834Jonathan Perkin26 Aug