]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb/testsuite: disable progress bars for new debuginfod test
authorAndrew Burgess <aburgess@redhat.com>
Mon, 2 Feb 2026 18:39:40 +0000 (18:39 +0000)
committerAndrew Burgess <aburgess@redhat.com>
Mon, 2 Feb 2026 18:42:48 +0000 (18:42 +0000)
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.

gdb/testsuite/gdb.debuginfod/solib-with-dwz.exp

index 82ae1b8ec625dfd1382589314c31d1a7663bd49d..15ad13a68ad683e5d5c20f49a26acb7ca7c649bd 100644 (file)
@@ -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