]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
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)
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]

index 8078a423fda0a5e575d1795bd194b1ab80602544..bdd1fc2fea0279d012ad10bfc682bf8f2aef6cfc 100644 (file)
@@ -1,3 +1,8 @@
+2014-05-01  Pedro Alves  <palves@redhat.com>
+
+       * boards/local-remote-host.exp: Rename to ...
+       * boards/local-remote-host-notty.exp: ... this.
+
 2014-04-28  Joel Brobecker  <brobecker@adacore.com>
 
        * gdb.ada/dyn_arrayidx: New testcase.