From 79749205e72ace5dbec6f797b334c842dab1a45c Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sat, 7 Jan 2023 12:18:59 -0700 Subject: Use "require" for Python tests This changes various tests to use "require" for the Python feature. --- gdb/testsuite/gdb.python/py-finish-breakpoint2.exp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gdb/testsuite/gdb.python/py-finish-breakpoint2.exp') diff --git a/gdb/testsuite/gdb.python/py-finish-breakpoint2.exp b/gdb/testsuite/gdb.python/py-finish-breakpoint2.exp index 7eb394ee29a..300020553a1 100644 --- a/gdb/testsuite/gdb.python/py-finish-breakpoint2.exp +++ b/gdb/testsuite/gdb.python/py-finish-breakpoint2.exp @@ -18,15 +18,14 @@ load_lib gdb-python.exp +require !skip_python_tests + standard_testfile .cc if {[prepare_for_testing "failed to prepare" $testfile $srcfile {debug c++}]} { return -1 } -# Skip all tests if Python scripting is not enabled. -if { [skip_python_tests] } { continue } - if {![runto_main]} { return 0 } -- cgit v1.2.1