Files
clang-p2996/lldb/test/Shell/Recognizer/lit.local.cfg
Jonas Devlieghere 69b2d9f42f [lldb/Test] Skip recognizer tests when Python is disabled
The `frame recognizer` command only exists when Python scripting is
enabled. Therefore the test should be made conditional on Python.
Without it, the test fails with "'frame recognizer' is not a known
command."
2020-06-30 08:59:44 -07:00

3 lines
74 B
INI

if 'python' not in config.available_features:
config.unsupported = True