diff options
author | Tom de Vries <tdevries@suse.de> | 2023-04-07 10:26:02 +0200 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2023-04-07 10:26:02 +0200 |
commit | 31c502801798f397d6ec44d081350c704ca4a901 (patch) | |
tree | 1827af426c1b8812da44f4bd1180371ff77dd2b2 /libdecnumber/decNumberSymbols.h | |
parent | 929a05081ec2ca6448927b96f673b0cd9633a342 (diff) | |
download | gdb-31c502801798f397d6ec44d081350c704ca4a901.zip gdb-31c502801798f397d6ec44d081350c704ca4a901.tar.gz gdb-31c502801798f397d6ec44d081350c704ca4a901.tar.bz2 |
[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.
Diffstat (limited to 'libdecnumber/decNumberSymbols.h')
0 files changed, 0 insertions, 0 deletions