~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/test-run.pl

  • Committer: devananda
  • Date: 2009-06-30 14:27:54 UTC
  • mfrom: (1030.2.4 trunk)
  • mto: (1093.1.7 captain)
  • mto: This revision was merged to the branch mainline in revision 1095.
  • Revision ID: devananda.vdv@gmail.com-20090630142754-vm9w374yxkf1pikc
mergeĀ fromĀ lp

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
  {