summaryrefslogtreecommitdiffstats
path: root/lldb/lit/Python
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2019-03-07 00:46:56 +0000
committerAdrian Prantl <aprantl@apple.com>2019-03-07 00:46:56 +0000
commitdb5a779f2fcb30838bd38ee8744695743d7e050d (patch)
tree544618ff62b4f8c1ad196e7a8e7c38c9c123c782 /lldb/lit/Python
parentf4d2fa3fa088d5cf141bc414bc559388b58cf182 (diff)
downloadbcm5719-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.test2
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
OpenPOWER on IntegriCloud