~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/test-run.pl

  • Committer: lbieber
  • Date: 2010-09-03 16:48:23 UTC
  • mfrom: (1745.1.1 build)
  • Revision ID: lbieber@orisndriz03-20100903164823-eitu0jg37zse0s0a
Merge Andrew -  fix bugs 628364 and 629066 - Remove variables defaults from drizzled --help, clean up --print-defaults message

Show diffs side-by-side

added added

removed removed

Lines of Context:
1177
1177
  #
1178
1178
  # --datadir must exist, mysqld will chdir into it
1179
1179
  #
1180
 
  my $list= `$exe_drizzled --no-defaults --datadir=$tmpdir --skip-grant-tables --verbose --help`;
 
1180
  my $list= `$exe_drizzled --no-defaults --datadir=$tmpdir --skip-grant-tables --print-defaults`;
1181
1181
 
1182
1182
  foreach my $line (split('\n', $list))
1183
1183
  {