~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/lib/dtr_cases.pl

  • Committer: patrick crews
  • Date: 2011-03-10 20:27:33 UTC
  • mto: (2231.1.1 build) (2239.2.2 build)
  • mto: This revision was merged to the branch mainline in revision 2232.
  • Revision ID: gleebix@gmail.com-20110310202733-su0n1tq10o8gr9t0
Fixes issues with test-run.pl trying to run dbqp-specific tests.  Fixed an issue with sorting / re-order

Show diffs side-by-side

added added

removed removed

Lines of Context:
555
555
  if (-e $master_cnf_file || -e $test_cnf_file)
556
556
  {
557
557
    $tinfo->{'skip'}= 1;
558
 
    return;
559
558
  }
560
559
 
561
560
  # ----------------------------------------------------------------------