diff options
author | Adrian Prantl <aprantl@apple.com> | 2019-03-07 00:46:56 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2019-03-07 00:46:56 +0000 |
commit | db5a779f2fcb30838bd38ee8744695743d7e050d (patch) | |
tree | 544618ff62b4f8c1ad196e7a8e7c38c9c123c782 /lldb/lit/Python | |
parent | f4d2fa3fa088d5cf141bc414bc559388b58cf182 (diff) | |
download | bcm5719-llvm-db5a779f2fcb30838bd38ee8744695743d7e050d.tar.gz bcm5719-llvm-db5a779f2fcb30838bd38ee8744695743d7e050d.zip |
Avoid using -S in combination with "script"; it's unreliable.
llvm-svn: 355573
Diffstat (limited to 'lldb/lit/Python')
-rw-r--r-- | lldb/lit/Python/crashlog.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/lit/Python/crashlog.test b/lldb/lit/Python/crashlog.test index 93d9cbabbe2..7ea7c0b5d74 100644 --- a/lldb/lit/Python/crashlog.test +++ b/lldb/lit/Python/crashlog.test @@ -1,6 +1,6 @@ # -*- python -*- # REQUIRES: system-darwin -# RUN: cd %S/../../examples/python && %lldb -S %s | FileCheck %s +# RUN: cd %S/../../examples/python && cat %s | %lldb | FileCheck %s # CHECK-LABEL: {{S}}KIP BEYOND CHECKS script import crashlog |