summaryrefslogtreecommitdiff
path: root/debian/patches/72_fix_standalone_tests.patch
blob: 49f5f7c0521ad890c7c002e5b69e2a52453ca2ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
From: Clint Byrum <clint@ubuntu.com>
Description: makes mtr look in the standard location from the 
 mysql-testsuite-5.5 package.
Forwarded: not-needed
Reviewed-by: Nicholas Bamber <nicholas@periapt.co.uk>
Last-Update: 2012-10-24
--- a/mysql-test/lib/mtr_cases.pm
+++ b/mysql-test/lib/mtr_cases.pm
@@ -287,7 +287,8 @@
     else
     {
       $suitedir= my_find_dir($::basedir,
-			     ["share/mysql-test/suite",
+			     ["lib/mysql-testsuite/suite",
+			      "share/mysql-test/suite",
 			      "mysql-test/suite",
 			      "internal/mysql-test/suite",
 			      "mysql-test",