~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/test-run.pl

  • Committer: Monty Taylor
  • Date: 2008-12-16 09:27:37 UTC
  • mto: (685.1.38 devel) (713.1.1 devel)
  • mto: This revision was merged to the branch mainline in revision 713.
  • Revision ID: monty@inaugust.com-20081216092737-a0ypd9wm6k6eo9yv
Added testdir setting support to drizzletest.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3102
3102
    mtr_add_arg($args, "--record");
3103
3103
  }
3104
3104
 
 
3105
  if ( $opt_testdir )
 
3106
  {
 
3107
    mtr_add_arg($args, "--testdir=%s", $opt_testdir);
 
3108
  }
 
3109
 
3105
3110
  my $res = mtr_run_test($exe_drizzletest,$args,
3106
3111
                "include/check-testcase.test", "", "", "");
3107
3112
 
3208
3213
                $path_vardir_trace);
3209
3214
  }
3210
3215
 
 
3216
  if ( $opt_testdir )
 
3217
  {
 
3218
    mtr_add_arg($args, "--testdir=%s", $opt_testdir);
 
3219
  }
 
3220
 
 
3221
 
3211
3222
  # ----------------------------------------------------------------------
3212
3223
  # export DRIZZLE_TEST variable containing <path>/drizzletest <args>
3213
3224
  # ----------------------------------------------------------------------