~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/test-run.pl

  • Committer: Brian Aker
  • Date: 2009-06-26 06:25:57 UTC
  • mfrom: (971.3.55 eday-dev)
  • Revision ID: brian@gaz-20090626062557-ibc9n6hch1ol1c0x
MergeĀ Eric

Show diffs side-by-side

added added

removed removed

Lines of Context:
1833
1833
 
1834
1834
  if ( ! $benchmark )
1835
1835
  {
1836
 
    mtr_add_arg($args, "--log");
1837
1836
    mtr_run("$glob_mysql_bench_dir/run-all-tests", $args, "", "", "", "");
1838
1837
    # FIXME check result code?!
1839
1838
  }
2452
2451
  mtr_add_arg($args, "%s--datadir=%s", $prefix,
2453
2452
              $mysqld->{'path_myddir'});
2454
2453
 
2455
 
  my $log_base_path= "$opt_vardir/log/$mysqld->{'type'}$sidx";
2456
 
  mtr_add_arg($args, "%s--log=%s.log", $prefix, $log_base_path);
2457
 
 
2458
2454
  # Check if "extra_opt" contains --skip-log-bin
2459
2455
  if ( $mysqld->{'type'} eq 'master' )
2460
2456
  {