diff options
Diffstat (limited to 'lldb/test/Shell')
| -rw-r--r-- | lldb/test/Shell/ScriptInterpreter/None/none.test | 2 | ||||
| -rw-r--r-- | lldb/test/Shell/ScriptInterpreter/Python/crashlog.test (renamed from lldb/test/Shell/Python/crashlog.test) | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/lldb/test/Shell/ScriptInterpreter/None/none.test b/lldb/test/Shell/ScriptInterpreter/None/none.test new file mode 100644 index 00000000000..d6ef8d42873 --- /dev/null +++ b/lldb/test/Shell/ScriptInterpreter/None/none.test @@ -0,0 +1,2 @@ +# RUN: %lldb --script-language none -o 'script' 2>&1 | FileCheck %s +# CHECK: error: the script-lang setting is set to none - scripting not available diff --git a/lldb/test/Shell/Python/crashlog.test b/lldb/test/Shell/ScriptInterpreter/Python/crashlog.test index 37e0e8c5740..047cb80bf2f 100644 --- a/lldb/test/Shell/Python/crashlog.test +++ b/lldb/test/Shell/ScriptInterpreter/Python/crashlog.test @@ -1,7 +1,7 @@ # -*- python -*- # REQUIRES: system-darwin -# DEBUG: cd %S/../../../examples/python && cat %s | %lldb && false -# RUN: cd %S/../../../examples/python && cat %s | %lldb | FileCheck %s +# DEBUG: cd %S/../../../../examples/python && cat %s | %lldb && false +# RUN: cd %S/../../../../examples/python && cat %s | %lldb | FileCheck %s # CHECK-LABEL: {{S}}KIP BEYOND CHECKS script import crashlog |

