From d82e5429b532f3cf0a0453800b0347368834f8bc Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sun, 8 Jan 2023 11:46:05 -0700 Subject: Rename to allow_python_tests This changes skip_python_tests to invert the sense, and renames it to allow_python_tests. --- gdb/testsuite/gdb.python/py-source-styling.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/testsuite/gdb.python/py-source-styling.exp') diff --git a/gdb/testsuite/gdb.python/py-source-styling.exp b/gdb/testsuite/gdb.python/py-source-styling.exp index 8a22b7f..f92d6f7 100644 --- a/gdb/testsuite/gdb.python/py-source-styling.exp +++ b/gdb/testsuite/gdb.python/py-source-styling.exp @@ -31,7 +31,7 @@ save_vars { env(TERM) } { return -1 } - if { [skip_python_tests] } { continue } + if { ![allow_python_tests] } { continue } if { ![gdb_py_module_available "pygments"] } { unsupported "pygments module not available" -- cgit v1.1