aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2016-06-30 11:55:21 +0100
committerPedro Alves <palves@redhat.com>2016-06-30 11:55:21 +0100
commit994e9c834d916af85e0fe0e8c3e18259aa4be389 (patch)
treee00478e7dc72c54ee8401c388bfbda4c07322433 /gdb/testsuite/ChangeLog
parent9004b6bd58b6203cb3d1de1ca8d6ce6fc140ae61 (diff)
downloadgdb-994e9c834d916af85e0fe0e8c3e18259aa4be389.zip
gdb-994e9c834d916af85e0fe0e8c3e18259aa4be389.tar.gz
gdb-994e9c834d916af85e0fe0e8c3e18259aa4be389.tar.bz2
Make testing gdb with FORCE_SEPARATE_MI_TTY=1 actually work
Runing the whole gdb testsuite with MI on a separate tty, with: make check RUNTESTFLAGS="FORCE_SEPARATE_MI_TTY=1" Doesn't actually work because commit 51f77c3704a6 ("Add testing infrastruture bits for running with MI on a separate UI") included a last-minute rename typo, now fixed with this commit. gdb/testsuite/ChangeLog: 2016-06-30 Pedro Alves <palves@redhat.com> * lib/mi-support.exp (default_mi_gdb_start): Declare global FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 5dd926e..ab0d9e6 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2016-06-30 Pedro Alves <palves@redhat.com>
+
+ * lib/mi-support.exp (default_mi_gdb_start): Declare global
+ FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
+
2016-06-29 Yao Qi <yao.qi@linaro.org>
* gdb.base/return.c: Add copyright header.