From: Andrew Burgess Date: Mon, 2 Feb 2026 18:39:40 +0000 (+0000) Subject: gdb/testsuite: disable progress bars for new debuginfod test X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a6d46a04ea3e165c0ce2f11cd9d68bdcb81f4e4e;p=thirdparty%2Fbinutils-gdb.git gdb/testsuite: disable progress bars for new debuginfod test The recently added gdb.debuginfod/solib-with-dwz.exp test script wasn't disabling progress bars. This makes the gdb.log harder to read. Add the line to turn progress bars like we do in all the other debuginfod tests. There should be no change in what is actually being tested after this commit. --- diff --git a/gdb/testsuite/gdb.debuginfod/solib-with-dwz.exp b/gdb/testsuite/gdb.debuginfod/solib-with-dwz.exp index 82ae1b8ec62..15ad13a68ad 100644 --- a/gdb/testsuite/gdb.debuginfod/solib-with-dwz.exp +++ b/gdb/testsuite/gdb.debuginfod/solib-with-dwz.exp @@ -221,6 +221,7 @@ proc run_test { cache db debug_dir use_filename } { # Turn on support for debuginfod. gdb_test_no_output "set debuginfod enabled on" \ "enabled debuginfod for initial test" + gdb_test_no_output "set progress-bars enabled off" # Now GDB is configured, load the executable. gdb_load $::binfile