~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 21:07:26 UTC
  • mto: This revision was merged to the branch mainline in revision 713.
  • Revision ID: monty@inaugust.com-20081216210726-9gpa268vgtdqsh7j
Removed debug prints.

Show diffs side-by-side

added added

removed removed

Lines of Context:
804
804
  # Chop off any "c:", DBUG likes a unix path ex: c:/src/... => /src/...
805
805
  $path_vardir_trace=~ s/^\w://;
806
806
 
807
 
  print "opt_vardir== $opt_vardir\n";
808
807
  $opt_vardir= collapse_path(rel2abs($opt_vardir));
809
 
  print "opt_vardir== $opt_vardir\n";
810
808
 
811
809
  # --------------------------------------------------------------------------
812
810
  # Set tmpdir
1434
1432
  
1435
1433
  $ENV{'LC_COLLATE'}=         "C";
1436
1434
  $ENV{'USE_RUNNING_SERVER'}= $opt_extern;
1437
 
print "DRIZZLE_TEST_DIR== $glob_mysql_test_dir \n";
1438
1435
  $ENV{'DRIZZLE_TEST_DIR'}=     collapse_path(rel2abs($glob_mysql_test_dir));
1439
1436
  $ENV{'MYSQLTEST_VARDIR'}=   $opt_vardir;
1440
1437
  $ENV{'DRIZZLE_TMP_DIR'}=      $opt_tmpdir;