~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/test-run.pl

  • Committer: patrick crews
  • Date: 2010-10-07 21:20:57 UTC
  • mto: (1819.2.4 drizzle)
  • mto: This revision was merged to the branch mainline in revision 1825.
  • Revision ID: gleebix@gmail.com-20101007212057-l1aq2xq8vfidi6cv
Adjustments to tests to deal with the name changes.  Also fixed passed/failed reporting post-run in test-run.pl

Show diffs side-by-side

added added

removed removed

Lines of Context:
1796
1796
  # Create new data dirs
1797
1797
  foreach my $data_dir (@data_dir_lst)
1798
1798
  {
1799
 
    mkpath("$data_dir/local/drizzle");
 
1799
    mkpath("$data_dir/local/mysql");
1800
1800
    system("$exe_schemawriter mysql $data_dir/local/mysql/db.opt");
1801
1801
 
1802
1802
    mkpath("$data_dir/local/test");
2521
2521
  dtr_add_arg($args, "%s--mysql-protocol.port=%d", $prefix,
2522
2522
              $drizzled->{'port'});
2523
2523
 
2524
 
  dtr_add_arg($args, "%s--mysql-protocol.port=%d", $prefix,
 
2524
  dtr_add_arg($args, "%s--drizzle-protocol.port=%d", $prefix,
2525
2525
              $drizzled->{'secondary_port'});
2526
2526
 
2527
2527
  dtr_add_arg($args, "%s--datadir=%s", $prefix,