~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/test-run.pl

  • Committer: David Shrewsbury
  • Date: 2011-04-01 20:08:59 UTC
  • mto: This revision was merged to the branch mainline in revision 2261.
  • Revision ID: shrewsbury.dave@gmail.com-20110401200859-qwc53ql6799dy47i
Fix for old test runner.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1503
1503
  $ENV{'PBMS_PORT'}=          $opt_pbms_myport;
1504
1504
  $ENV{'RABBITMQ_NODE_PORT'}= $opt_rabbitmq_myport;
1505
1505
  $ENV{'DRIZZLE_TCP_PORT'}=   $drizzled_variables{'drizzle-protocol.port'};
 
1506
  $ENV{'DRIZZLE_TRX_READER'} = $opt_top_builddir.'/plugin/transaction_log/utilities/drizzletrx';
1506
1507
 
1507
1508
  $ENV{'DTR_BUILD_THREAD'}=      $opt_dtr_build_thread;
1508
1509