]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/testsuite/ChangeLog
[gdb/testsuite] Compile gdb.dwarf2/dw2-error.exp quietly
authorTom de Vries <tdevries@suse.de>
Fri, 24 Apr 2020 11:21:49 +0000 (13:21 +0200)
committerTom de Vries <tdevries@suse.de>
Fri, 24 Apr 2020 11:21:49 +0000 (13:21 +0200)
commit4e86f6e7478e40a288ec6567fa7f3b4ef0f8d516
tree000e5c0e396f707719825c30a88240ac07085753
parent2016d3e60f871ea77fb089b5bc7bcfacffab1eab
[gdb/testsuite] Compile gdb.dwarf2/dw2-error.exp quietly

When running test-case gdb.dwarf2/dw2-error.exp with target board
cc-with-gdb-index, we get:
...
Running src/gdb/testsuite/gdb.dwarf2/dw2-error.exp ...
gdb compile failed, Dwarf Error: wrong version in compilation unit header \
  (is 153, should be 2, 3, 4 or 5) [in module \
  build/gdb/testsuite/outputs/gdb.dwarf2/dw2-error/.tmp/dw2-error]
...
and similar for target board cc-with-debug-names.

Be less verbose by adding "quiet" to the compile flags.

Tested on x86_64-linux.

gdb/testsuite/ChangeLog:

2020-04-24  Tom de Vries  <tdevries@suse.de>

* gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.dwarf2/dw2-error.exp