"gdb/testsuite/lib/aarch64-scalable.exp",
"gdb/testsuite/lib/check-test-names.exp",
"gdb/testsuite/lib/cp-support.exp",
-"gdb/testsuite/lib/debuginfod-support.exp",
"gdb/testsuite/lib/d-support.exp",
"gdb/testsuite/lib/dwarf.exp",
"gdb/testsuite/lib/fortran.exp",
# Return true if the debuginfod tests should be run, otherwise, return
# false.
proc allow_debuginfod_tests {} {
- if [is_remote host] {
+ if {[is_remote host]} {
return false
}
proc stop_debuginfod { } {
global debuginfod_spawn_id
- if [info exists debuginfod_spawn_id] {
+ if {[info exists debuginfod_spawn_id]} {
kill_wait_spawned_process $debuginfod_spawn_id
unset debuginfod_spawn_id
}