projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a231b23
)
Use require !skip_debuginfod_tests
author
Tom Tromey
<tom@tromey.com>
Fri, 16 Dec 2022 00:51:41 +0000
(17:51 -0700)
committer
Tom Tromey
<tom@tromey.com>
Fri, 13 Jan 2023 20:18:56 +0000
(13:18 -0700)
This changes some tests to use "require !skip_debuginfod_tests".
gdb/testsuite/gdb.debuginfod/fetch_src_and_symbols.exp
patch
|
blob
|
history
diff --git
a/gdb/testsuite/gdb.debuginfod/fetch_src_and_symbols.exp
b/gdb/testsuite/gdb.debuginfod/fetch_src_and_symbols.exp
index bfe6e639e4f422bba22258ee8f59077a339e8bc2..e2c77eb109f267380bcb5b0405ee3ce1db93f94b 100644
(file)
--- a/
gdb/testsuite/gdb.debuginfod/fetch_src_and_symbols.exp
+++ b/
gdb/testsuite/gdb.debuginfod/fetch_src_and_symbols.exp
@@
-20,7
+20,7
@@
standard_testfile
load_lib dwarf.exp
load_lib debuginfod-support.exp
-if { [skip_debuginfod_tests] } { return -1 }
+require !skip_debuginfod_tests
set sourcetmp [standard_output_file tmp-${srcfile}]
set outputdir [standard_output_file {}]