[1/3,gdb/testsuite] Update INTERNAL_GDBFLAGS example

Message ID 20240417165800.23467-1-tdevries@suse.de
State New
Headers
Series [1/3,gdb/testsuite] Update INTERNAL_GDBFLAGS example |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_gdb_build--master-aarch64 success Testing passed
linaro-tcwg-bot/tcwg_gdb_build--master-arm success Testing passed
linaro-tcwg-bot/tcwg_gdb_check--master-arm success Testing passed
linaro-tcwg-bot/tcwg_gdb_check--master-aarch64 success Testing passed

Commit Message

Tom de Vries April 17, 2024, 4:57 p.m. UTC
  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(-)


base-commit: c7d73a715775ade814370212726d50ab4b7c6fe0
  

Patch

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.