~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/test-run.pl

  • Committer: Monty Taylor
  • Date: 2010-09-28 17:45:19 UTC
  • mfrom: (1799.1.6 build)
  • Revision ID: mordred@inaugust.com-20100928174519-y6ie2f3wa4t6o669
Rollup patch with several bugfixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3490
3490
  if ( $opt_callgrind)
3491
3491
  {
3492
3492
    mtr_add_arg($args, "--tool=callgrind");
3493
 
    mtr_add_arg($args, "--base=$opt_vardir/log");
3494
3493
  }
3495
3494
  elsif ($opt_massif)
3496
3495
  {