diff options
Diffstat (limited to 'gdb/testsuite/gdb.gdb/python-helper.exp')
-rw-r--r-- | gdb/testsuite/gdb.gdb/python-helper.exp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gdb/testsuite/gdb.gdb/python-helper.exp b/gdb/testsuite/gdb.gdb/python-helper.exp index 16b4199..dbd78cb 100644 --- a/gdb/testsuite/gdb.gdb/python-helper.exp +++ b/gdb/testsuite/gdb.gdb/python-helper.exp @@ -19,10 +19,7 @@ load_lib selftest-support.exp -if [target_info exists gdb,noinferiorio] { - verbose "Skipping because of no inferiorio capabilities." - return -} +require {!target_info exists gdb,noinferiorio} require allow_python_tests |