1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +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:
Bjorn Munch
2010-06-15 11:16:38 +02:00
parent f9fa3b7a3f
commit 4316bf37f0
3 changed files with 15 additions and 6 deletions

View File

@ -2742,6 +2742,7 @@ sub default_mysqld {
my $config= My::ConfigFactory->new_config
( {
basedir => $basedir,
testdir => $glob_mysql_test_dir,
template_path => "include/default_my.cnf",
vardir => $opt_vardir,
tmpdir => $opt_tmpdir,
@ -3350,6 +3351,7 @@ sub run_testcase ($) {
$config= My::ConfigFactory->new_config
( {
basedir => $basedir,
testdir => $glob_mysql_test_dir,
template_path => $tinfo->{template_path},
extra_template_path => $tinfo->{extra_template_path},
vardir => $opt_vardir,