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


_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to