~mordred/drizzle/drizzled-as-lib

« back to all changes in this revision

Viewing changes to tests/test-run.pl

  • Committer: Monty Taylor
  • Date: 2010-04-19 20:30:21 UTC
  • Revision ID: mordred@inaugust.com-20100419203021-xrjv8ajxfq8dx57x
We need to launch drizzled via libtool now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3349
3349
  if ( $opt_manual_gdb )
3350
3350
  {
3351
3351
     print "\nTo start gdb for $type, type in another window:\n";
3352
 
     print "gdb -cd $glob_mysql_test_dir -x $gdb_init_file $$exe\n";
 
3352
     print "$glob_mysql_test_dir/../libtool --mode=execute gdb -cd $glob_mysql_test_dir -x $gdb_init_file $$exe\n";
3353
3353
 
3354
3354
     # Indicate the exe should not be started
3355
3355
     $$exe= undef;