summaryrefslogtreecommitdiff
path: root/lldb/test/Shell/ScriptInterpreter/None
AgeCommit message (Collapse)Author
2019-12-22[lldb/ScriptInterpreter] Unify error message for command script importJonas Devlieghere
Rather than checking for Python explicitly, let the script interpreter handle things and print an error if the functionality is not supported.
2019-12-18[lldb/test] Move script interpreter testsJonas Devlieghere
Create a new test for lldb launched without a script interpreter and move it under a new `ScriptInterpreter` directory. Also move crashlog.test there for consistency.