diff options
author | Pedro Alves <palves@redhat.com> | 2014-05-01 17:25:51 +0100 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2014-05-01 17:25:51 +0100 |
commit | be6e8ac7441c51348adfcfe495c6dff59a38ed19 (patch) | |
tree | a12c3798b3bcb650634c6b80aa274739010d24fe /gdb | |
parent | 65bab56b9b708e0af46d3beeff6276dafd78c993 (diff) | |
download | gdb-be6e8ac7441c51348adfcfe495c6dff59a38ed19.zip gdb-be6e8ac7441c51348adfcfe495c6dff59a38ed19.tar.gz gdb-be6e8ac7441c51348adfcfe495c6dff59a38ed19.tar.bz2 |
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.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/testsuite/boards/local-remote-host-notty.exp (renamed from gdb/testsuite/boards/local-remote-host.exp) | 0 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 8078a42..bdd1fc2 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -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. diff --git a/gdb/testsuite/boards/local-remote-host.exp b/gdb/testsuite/boards/local-remote-host-notty.exp index 6ff8f18..6ff8f18 100644 --- a/gdb/testsuite/boards/local-remote-host.exp +++ b/gdb/testsuite/boards/local-remote-host-notty.exp |