~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/test-run.pl

  • Committer: Lee Bieber
  • Date: 2011-01-24 23:59:57 UTC
  • mto: This revision was merged to the branch mainline in revision 2110.
  • Revision ID: kalebral@gmail.com-20110124235957-6rulwo1asvszpxcw
Add execute test suite to regular test run

Show diffs side-by-side

added added

removed removed

Lines of Context:
674
674
          next if $elem eq "..";
675
675
          next if $elem eq "big"; # Eats up too much disk
676
676
          next if $elem eq "large_tests"; # Eats up too much disk
677
 
          next if $elem eq "execute"; # Eats up a lot of CPU
678
677
          next if $elem eq "stress"; # Currently fails
679
678
          next if $elem eq "broken"; # Old broken test, mainly unsupported featurs
680
679