~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/test-run.pl

  • Committer: Brian Aker
  • Date: 2010-10-08 17:09:37 UTC
  • mto: This revision was merged to the branch mainline in revision 1824.
  • Revision ID: brian@tangent.org-20101008170937-qn1u67vbkevxidvs
Removes PBXT from valgrind testing (Padraig will write to Paul, the problem is PBXT not playing nicely with the STL).
I found a bug where the ENV table was not presenting us with good values for
variables (which was my mistake).

Show diffs side-by-side

added added

removed removed

Lines of Context:
870
870
    $opt_valgrind= 1;
871
871
    $opt_valgrind_mysqld= 1;
872
872
    $opt_valgrind_drizzletest= 1;
 
873
    $ENV{'VALGRIND_RUN'} = '1';
873
874
  }
874
875
  elsif ( $opt_valgrind_mysqld )
875
876
  {