public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 1/3] [gdb/testsuite] Update INTERNAL_GDBFLAGS example
@ 2024-04-17 16:57 Tom de Vries
  2024-04-17 16:57 ` [PATCH 2/3] [gdb/testsuite] Remove superfluous -quiet and -ex set width/height 0 Tom de Vries
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Tom de Vries @ 2024-04-17 16:57 UTC (permalink / raw)
  To: gdb-patches

In commit 31c50280179 ("[gdb/testsuite] Add -q to INTERNAL_GDBFLAGS") I added
-q to the INTERNAL_GDBFLAGS, but I forgot to update the INTERNAL_GDBFLAGS
example in gdb/testsuite/README.

Fix this by adding the -q there as well.
---
 gdb/testsuite/README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gdb/testsuite/README b/gdb/testsuite/README
index 843d8269b0c..06664d723e7 100644
--- a/gdb/testsuite/README
+++ b/gdb/testsuite/README
@@ -201,7 +201,7 @@ a .gdbinit.  For example:
 	HOME=`pwd` runtest \
 	  GDB=/usr/bin/gdb \
 	  GDBSERVER=/usr/bin/gdbserver \
-	  INTERNAL_GDBFLAGS="-nw -iex 'set height 0' -iex 'set width 0'"
+	  INTERNAL_GDBFLAGS="-nw -q -iex 'set height 0' -iex 'set width 0'"
 
 Note that we do not need to specify '-data-directory' here
 as we are testing an installed GDB.

base-commit: c7d73a715775ade814370212726d50ab4b7c6fe0
-- 
2.35.3


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-05-04  8:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-17 16:57 [PATCH 1/3] [gdb/testsuite] Update INTERNAL_GDBFLAGS example Tom de Vries
2024-04-17 16:57 ` [PATCH 2/3] [gdb/testsuite] Remove superfluous -quiet and -ex set width/height 0 Tom de Vries
2024-05-03 20:10   ` Tom Tromey
2024-04-17 16:58 ` [PATCH 3/3] [gdb/testsuite] Use save_vars to restore GDBFLAGS Tom de Vries
2024-05-03 20:10   ` Tom Tromey
2024-05-04  8:05     ` Tom de Vries
2024-05-03 20:10 ` [PATCH 1/3] [gdb/testsuite] Update INTERNAL_GDBFLAGS example Tom Tromey

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).