~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/lib/mtr_cases.pl

MErge Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
213
213
 
214
214
  mtr_verbose("Collecting: $suite");
215
215
 
 
216
  my $suitepath= "$::glob_suite_path";
216
217
  my $suitedir= "$::glob_mysql_test_dir"; # Default
217
218
  if ( $suite ne "main" )
218
219
  {
219
 
    $suitedir= mtr_path_exists("$suitedir/suite/$suite",
 
220
    $suitedir= mtr_path_exists(
 
221
             "$suitepath/$suite/drizzle-tests",
 
222
             "$suitepath/$suite/tests",
 
223
             "$suitedir/suite/$suite",
220
224
                               "$suitedir/$suite");
221
225
    mtr_verbose("suitedir: $suitedir");
222
226
  }