aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/lib/debuginfod-support.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/lib/debuginfod-support.exp')
-rw-r--r--gdb/testsuite/lib/debuginfod-support.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/lib/debuginfod-support.exp b/gdb/testsuite/lib/debuginfod-support.exp
index bd70a1d..0096448 100644
--- a/gdb/testsuite/lib/debuginfod-support.exp
+++ b/gdb/testsuite/lib/debuginfod-support.exp
@@ -35,9 +35,9 @@ proc allow_debuginfod_tests {} {
#
# If GDB is built with ASan, it warns that some signal handlers
# (installed by ASan) exist on startup. That makes TCL's exec throw an
- # error. Disable that by passing --quiet.
+ # error. This is dealt with by the --quiet in INTERNAL_GDBFLAGS.
if { [string first "with-debuginfod" \
- [eval exec $::GDB --quiet $::INTERNAL_GDBFLAGS \
+ [eval exec $::GDB $::INTERNAL_GDBFLAGS \
--configuration]] == -1 } {
return false
}