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
3 lines
76 B
INI
3 lines
76 B
INI
if not "python" in config.available_features:
|
|
config.unsupported = True
|