[binutils-gdb] Use require !skip_debuginfod_tests
Tom Tromey
tromey@sourceware.org
Fri Jan 13 20:37:39 GMT 2023
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=362f09f16524a038b2c0dce8e1e9337120151355
commit 362f09f16524a038b2c0dce8e1e9337120151355
Author: Tom Tromey <tom@tromey.com>
Date: Thu Dec 15 17:51:41 2022 -0700
Use require !skip_debuginfod_tests
This changes some tests to use "require !skip_debuginfod_tests".
Diff:
---
gdb/testsuite/gdb.debuginfod/fetch_src_and_symbols.exp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gdb/testsuite/gdb.debuginfod/fetch_src_and_symbols.exp b/gdb/testsuite/gdb.debuginfod/fetch_src_and_symbols.exp
index bfe6e639e4f..e2c77eb109f 100644
--- 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 {}]
More information about the Gdb-cvs
mailing list