~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/test-run.pl

  • Committer: Lee Bieber
  • Date: 2009-05-19 22:04:58 UTC
  • mto: (1022.3.1 mordred) (1054.2.6 mordred)
  • mto: This revision was merged to the branch mainline in revision 1031.
  • Revision ID: lbieber@dhcp-umpk18-110-227.sfbay.sun.com-20090519220458-hrqhhuw9zbtw8xh6
removeĀ --big-testĀ flag

Show diffs side-by-side

added added

removed removed

Lines of Context:
152
152
 
153
153
our $opt_bench= 0;
154
154
our $opt_small_bench= 0;
155
 
our $opt_big_test= 0;
156
155
 
157
156
our @opt_combinations;
158
157
our $opt_skip_combination;
470
469
             'suite|suites=s'           => \$opt_suites,
471
470
             'skip-rpl'                 => \$opt_skip_rpl,
472
471
             'skip-test=s'              => \$opt_skip_test,
473
 
             'big-test'                 => \$opt_big_test,
474
472
             'combination=s'            => \@opt_combinations,
475
473
             'skip-combination'         => \$opt_skip_combination,
476
474
 
781
779
  }
782
780
 
783
781
  # --------------------------------------------------------------------------
784
 
  # Big test flags
785
 
  # --------------------------------------------------------------------------
786
 
   if ( $opt_big_test )
787
 
   {
788
 
     $ENV{'BIG_TEST'}= 1;
789
 
   }
790
 
 
791
 
  # --------------------------------------------------------------------------
792
782
  # Gcov flag
793
783
  # --------------------------------------------------------------------------
794
784
  if ( $opt_gcov and ! $source_dist )
3489
3479
                        list of suite names.
3490
3480
                        The default is: "$opt_suites_default"
3491
3481
  skip-rpl              Skip the replication test cases.
3492
 
  big-test              Set the environment variable BIG_TEST, which can be
3493
 
                        checked from test cases.
3494
3482
  combination="ARG1 .. ARG2" Specify a set of "mysqld" arguments for one
3495
3483
                        combination.
3496
3484
  skip-combination      Skip any combination options and combinations files