mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 15:18:37 +08:00
Use "require" for Python tests
This changes various tests to use "require" for the Python feature.
This commit is contained in:
@ -15,13 +15,12 @@
|
||||
|
||||
standard_testfile
|
||||
|
||||
require !skip_python_tests
|
||||
|
||||
if { [prepare_for_testing "failed to prepare" ${testfile} ${srcfile}] } {
|
||||
return -1
|
||||
}
|
||||
|
||||
# Skip all tests if Python scripting is not enabled.
|
||||
if { [skip_python_tests] } { continue }
|
||||
|
||||
if ![runto tick_tock] {
|
||||
return -1
|
||||
}
|
||||
|
Reference in New Issue
Block a user