]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/testsuite/ChangeLog-2014-2021
Rename testsuite/boards/local-remote-host.exp -> testsuite/boards/local-remote-host...
authorPedro Alves <palves@redhat.com>
Thu, 1 May 2014 16:25:51 +0000 (17:25 +0100)
committerPedro Alves <palves@redhat.com>
Thu, 1 May 2014 16:25:51 +0000 (17:25 +0100)
commitbe6e8ac7441c51348adfcfe495c6dff59a38ed19
treea12c3798b3bcb650634c6b80aa274739010d24fe
parent65bab56b9b708e0af46d3beeff6276dafd78c993
Rename testsuite/boards/local-remote-host.exp -> testsuite/boards/local-remote-host-notty.exp

When testing with this board, stdin is not a tty, and so
readline/editing is disabled:

 $ ssh localhost gdb -q
 (gdb) show editing
 Editing of command lines as they are typed is off.
 (gdb)

Rename the file, to make room for a version of this board that forces a pseudo-tty.

gdb/testsuite/
2014-05-01  Pedro Alves  <palves@redhat.com>

* boards/local-remote-host.exp: Rename to ...
* boards/local-remote-host-notty.exp: ... this.
gdb/testsuite/ChangeLog
gdb/testsuite/boards/local-remote-host-notty.exp [moved from gdb/testsuite/boards/local-remote-host.exp with 100% similarity]