[binutils-gdb] gdb/testsuite: disable progress bars for new debuginfod test

Andrew Burgess aburgess@sourceware.org
Mon Feb 2 18:43:02 GMT 2026


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=a6d46a04ea3e165c0ce2f11cd9d68bdcb81f4e4e

commit a6d46a04ea3e165c0ce2f11cd9d68bdcb81f4e4e
Author: Andrew Burgess <aburgess@redhat.com>
Date:   Mon Feb 2 18:39:40 2026 +0000

    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:
---
 gdb/testsuite/gdb.debuginfod/solib-with-dwz.exp | 1 +
 1 file changed, 1 insertion(+)

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


More information about the Gdb-cvs mailing list