[gdb/testsuite] Add -q to INTERNAL_GDBFLAGS
authorTom de Vries <tdevries@suse.de>
Fri, 7 Apr 2023 08:26:02 +0000 (10:26 +0200)
committerTom de Vries <tdevries@suse.de>
Fri, 7 Apr 2023 08:26:02 +0000 (10:26 +0200)
commit31c502801798f397d6ec44d081350c704ca4a901
tree1827af426c1b8812da44f4bd1180371ff77dd2b2
parent929a05081ec2ca6448927b96f673b0cd9633a342
[gdb/testsuite] Add -q to INTERNAL_GDBFLAGS

Whenever we start gdb in the testsuite, we have the rather verbose:
...
$ gdb
GNU gdb (GDB) 14.0.50.20230405-git
Copyright (C) 2023 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-pc-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word".
(gdb)
...

This makes gdb.log longer than necessary and harder to read.

We do need to test that the output is produced, but that should be limited to
one or a few test-cases.

Fix this by adding -q to INTERNAL_GDBFLAGS, such that we simply have:
...
$ gdb -q
(gdb)
...

Tested on x86_64-linux.
gdb/testsuite/gdb.base/early-init-file.exp
gdb/testsuite/gdb.base/libsegfault.exp
gdb/testsuite/gdb.base/paginate-execution-startup.exp
gdb/testsuite/gdb.base/style.exp
gdb/testsuite/gdb.gdb/selftest.exp
gdb/testsuite/gdb.python/py-prompt.exp
gdb/testsuite/lib/gdb.exp
gdb/testsuite/lib/mi-support.exp