Files
clang-p2996/lldb/lit/Commands/CommandScriptImmediateOutput/lit.local.cfg
Michal Gorny f8fccb14de [lldb] [lit] Skip more tests when Python is unavailable
LocalLLDBInit.test requires Python module loading support.
CommandScriptImmediateOutput tests are specific to running scripts.
Disable all of them when Python support is disabled.

llvm-svn: 361115
2019-05-19 09:27:52 +00:00

3 lines
76 B
INI

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