This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 01/10] Test issuing a command split in multiple lines with continuation chars


On 02/24/2016 12:40 PM, Luis Machado wrote:
On 02/18/2016 03:40 PM, Pedro Alves wrote:
I happened to break this locally and the testsuite didn't notice it.
Add some tests.

gdb/ChangeLog:
2016-02-18  Pedro Alves  <palves@redhat.com>

    * gdb.base/command-line-input.exp: New file.
---
  gdb/testsuite/gdb.base/command-line-input.exp | 36
+++++++++++++++++++++++++++
  1 file changed, 36 insertions(+)
  create mode 100644 gdb/testsuite/gdb.base/command-line-input.exp

diff --git a/gdb/testsuite/gdb.base/command-line-input.exp
b/gdb/testsuite/gdb.base/command-line-input.exp
new file mode 100644
index 0000000..0a9d44b
--- /dev/null
+++ b/gdb/testsuite/gdb.base/command-line-input.exp
@@ -0,0 +1,36 @@
+# Copyright (C) 2014-2016 Free Software Foundation, Inc.
+#

Should this be 2016, since it is a new file?

Whoops, indeed.  Fixed and pushed.

Thanks,
Pedro Alves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]