~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/lib/dtr_cases.pl

  • Committer: Andrew Hutchings
  • Date: 2011-02-01 10:23:22 UTC
  • mto: (2136.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 2137.
  • Revision ID: andrew@linuxjedi.co.uk-20110201102322-oxztcyrjzg3c7yta
Fix counters cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
253
253
    $suite_opts= dtr_get_opts_from_file($suite_opt_file);
254
254
  }
255
255
 
256
 
 
257
256
  if ( @::opt_cases )
258
257
  {
259
258
    # Collect in specified order
550
549
    $tinfo->{'skip'}= 1;
551
550
    return;
552
551
  }
553
 
  my $master_cnf_file = "$testdir/master.cnf";
554
 
  my $test_cnf_file = "$testdir/$tname.cnf";
555
 
  if (-e $master_cnf_file || -e $test_cnf_file)
556
 
  {
557
 
    $tinfo->{'skip'}= 1;
558
 
  }
559
552
 
560
553
  # ----------------------------------------------------------------------
561
554
  # Collect information about test case