diff options
author | Daniel Jacobowitz <drow@false.org> | 2010-03-22 15:32:26 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2010-03-22 15:32:26 +0000 |
commit | 7d6d51d5fd0c4d2d6413a0576494858b573d0332 (patch) | |
tree | b0b818c688f7a9f83bf798ca73351f92e92a428b /gdb/testsuite/gdb.python/py-mi.exp | |
parent | b0193076dad64abdb42ed0057ad668eaf3c17c7a (diff) | |
download | binutils-gdb-7d6d51d5fd0c4d2d6413a0576494858b573d0332.tar.gz |
* gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
* gdb.python/py-mi.exp (binfile): Rename to py-mi.
Diffstat (limited to 'gdb/testsuite/gdb.python/py-mi.exp')
-rw-r--r-- | gdb/testsuite/gdb.python/py-mi.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.python/py-mi.exp b/gdb/testsuite/gdb.python/py-mi.exp index 5f25fe62da1..6589a6239c6 100644 --- a/gdb/testsuite/gdb.python/py-mi.exp +++ b/gdb/testsuite/gdb.python/py-mi.exp @@ -26,7 +26,7 @@ if [mi_gdb_start] { set testfile "py-prettyprint" set srcfile ${testfile}.c -set binfile ${objdir}/${subdir}/${testfile} +set binfile ${objdir}/${subdir}/py-mi if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug additional_flags=-DMI}] != "" } { untested mi2-var-child.exp return -1 |