1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Fix running test suite from installed package.

Some files are in different locations in this case.
This commit is contained in:
unknown
2009-11-05 14:40:01 +01:00
parent 0673379006
commit 3dcbe769fb
2 changed files with 10 additions and 0 deletions

View File

@@ -249,6 +249,10 @@ sub collect_one_suite($)
$suitedir= my_find_dir($::basedir,
["mysql-test/suite",
"mysql-test",
"share/mysql-test/suite",
"share/mysql-test",
"share/mysql/mysql-test/suite",
"share/mysql/mysql-test",
# Look in storage engine specific suite dirs
"storage/*/mysql-test-suites"
],