mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Bug #52321 mtr test suite paths need to be updated
Use $suitedir instead of $basedir to find suites Add 'testdir' to ConfigFactory
This commit is contained in:
@ -266,11 +266,11 @@ sub collect_one_suite($)
|
||||
}
|
||||
else
|
||||
{
|
||||
$suitedir= my_find_dir($::basedir,
|
||||
["mysql-test/suite",
|
||||
"mysql-test",
|
||||
$suitedir= my_find_dir($suitedir,
|
||||
["suite",
|
||||
".",
|
||||
# Look in storage engine specific suite dirs
|
||||
"storage/*/mysql-test-suites"
|
||||
"../storage/*/mysql-test-suites"
|
||||
],
|
||||
[$suite]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user