[Lldb-commits] [lldb] r355573 - Avoid using -S in combination with "script"; it's unreliable.

Adrian Prantl via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 6 16:46:56 PST 2019


Author: adrian
Date: Wed Mar  6 16:46:56 2019
New Revision: 355573

URL: http://llvm.org/viewvc/llvm-project?rev=355573&view=rev
Log:
Avoid using -S in combination with "script"; it's unreliable.

Modified:
    lldb/trunk/lit/Python/crashlog.test

Modified: lldb/trunk/lit/Python/crashlog.test
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/lit/Python/crashlog.test?rev=355573&r1=355572&r2=355573&view=diff
==============================================================================
--- lldb/trunk/lit/Python/crashlog.test (original)
+++ lldb/trunk/lit/Python/crashlog.test Wed Mar  6 16:46:56 2019
@@ -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




More information about the lldb-commits mailing list