~jaypipes/drizzle/bug534806

« back to all changes in this revision

Viewing changes to tests/test-run.pl

  • Committer: Brian Aker
  • Date: 2010-02-26 19:01:18 UTC
  • mfrom: (1311.1.4 build)
  • Revision ID: brian@gaz-20100226190118-gn4wtrvp6hur1t5t
Merge of Brian

Show diffs side-by-side

added added

removed removed

Lines of Context:
151
151
our $lib_udf_example;
152
152
our $lib_example_plugin;
153
153
our $exe_libtool;
 
154
our $exe_schemawriter;
154
155
 
155
156
our $opt_bench= 0;
156
157
our $opt_small_bench= 0;
1257
1258
     }
1258
1259
  }
1259
1260
 
 
1261
# Look for schema_writer
 
1262
  {
 
1263
    $exe_schemawriter= mtr_exe_exists("$glob_basedir/drizzled/message/schema_writer");
 
1264
  }
 
1265
 
1260
1266
# Look for drizzletest executable
1261
1267
  {
1262
1268
    $exe_drizzletest= mtr_exe_exists("$path_client_bindir/drizzletest");
1777
1783
  foreach my $data_dir (@data_dir_lst)
1778
1784
  {
1779
1785
    mkpath("$data_dir/mysql");
1780
 
    system($glob_basedir . "/drizzled/message/schema_writer mysql $data_dir/mysql/db.opt");
 
1786
    system("$exe_schemawriter mysql $data_dir/mysql/db.opt");
1781
1787
 
1782
1788
    mkpath("$data_dir/test");
1783
 
    system($glob_basedir . "/drizzled/message/schema_writer test $data_dir/test/db.opt");
 
1789
    system("$exe_schemawriter test $data_dir/test/db.opt");
1784
1790
  }
1785
1791
 
1786
1792
  # Make a link std_data_ln in var/ that points to std_data