~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/test-run.pl

  • Committer: mordred
  • Date: 2010-04-20 00:04:22 UTC
  • mfrom: (1491 bad-staging)
  • mto: This revision was merged to the branch mainline in revision 1498.
  • Revision ID: mordred@orisndriz09-20100420000422-if6mil1596804mrj
Merged up with build.

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;