#At file:///home/bm136801/my/devenv-51/ based on revid:bjorn.munch@stripped
2856 Bjorn Munch 2009-11-18
Bug #48808 mysql-test-run.pl --debugger=devenv does not work
Wrong argument order, fixed
modified:
mysql-test/mysql-test-run.pl
=== modified file 'mysql-test/mysql-test-run.pl'
--- a/mysql-test/mysql-test-run.pl 2009-11-16 10:18:16 +0000
+++ b/mysql-test/mysql-test-run.pl 2009-11-18 09:27:43 +0000
@@ -5086,9 +5086,9 @@ sub debugger_arguments {
{
# vc[express] /debugexe exe arg1 .. argn
- # Add /debugexe and name of the exe before args
- unshift(@$$args, "/debugexe");
+ # Add name of the exe and /debugexe before args
unshift(@$$args, "$$exe");
+ unshift(@$$args, "/debugexe");
# Set exe to debuggername
$$exe= $debugger;
Attachment: [text/bzr-bundle] bzr/bjorn.munch@sun.com-20091118092743-o205nrxwk1gk2edx.bundle
Thread |
---|
• bzr commit into mysql-5.1-mtr branch (Bjorn.Munch:2856) Bug#48808 | Bjorn Munch | 18 Nov |