public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PUSHED] gdb/testsuite: fix directory name in test name
@ 2023-12-04 19:00 Andrew Burgess
  0 siblings, 0 replies; only message in thread
From: Andrew Burgess @ 2023-12-04 19:00 UTC (permalink / raw)
  To: gdb-patches; +Cc: Andrew Burgess

In the commit:

  commit 4793f551a5aa68522fd5fbbb7e8f621148f410cd
  Date:   Mon Nov 27 13:33:17 2023 +0000

      gdb: allow use of ~ in 'save gdb-index' command

I added a test which has a directory name within the GDB command,
which then appears in the test name as I failed to give the test a
better name.

Fixed in this commit.
---
 gdb/testsuite/gdb.dwarf2/gdb-index-tilde.exp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gdb/testsuite/gdb.dwarf2/gdb-index-tilde.exp b/gdb/testsuite/gdb.dwarf2/gdb-index-tilde.exp
index d30d0e86cf2..27efd3316e9 100644
--- a/gdb/testsuite/gdb.dwarf2/gdb-index-tilde.exp
+++ b/gdb/testsuite/gdb.dwarf2/gdb-index-tilde.exp
@@ -82,7 +82,8 @@ if { !$can_dump_index } {
 }
 
 # Generate an index file.
-gdb_test_no_output "save gdb-index $dir"
+gdb_test_no_output "save gdb-index $dir" \
+    "save gdb-index to tilde based directory"
 gdb_exit
 
 # Confirm that the index file exists.

base-commit: d1a912db7fdf50c28224d20464bfa163d8438980
-- 
2.25.4


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-12-04 19:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-04 19:00 [PUSHED] gdb/testsuite: fix directory name in test name Andrew Burgess

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).