public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] [gdb/testsuite] Update INTERNAL_GDBFLAGS example
@ 2024-05-03 13:07 Tom de Vries
  0 siblings, 0 replies; only message in thread
From: Tom de Vries @ 2024-05-03 13:07 UTC (permalink / raw)
  To: gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=47d6a242988861cab975f8c7fb58c22711ab7cd1

commit 47d6a242988861cab975f8c7fb58c22711ab7cd1
Author: Tom de Vries <tdevries@suse.de>
Date:   Fri May 3 15:07:33 2024 +0200

    [gdb/testsuite] Update INTERNAL_GDBFLAGS example
    
    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.

Diff:
---
 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.

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

only message in thread, other threads:[~2024-05-03 13:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-03 13:07 [binutils-gdb] [gdb/testsuite] Update INTERNAL_GDBFLAGS example Tom de Vries

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