[Lldb-commits] [lldb] r366381 - Ah, forgot a debug line I left in the dsym-for-uuid.sh script

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 17 14:55:39 PDT 2019


Author: jmolenda
Date: Wed Jul 17 14:55:39 2019
New Revision: 366381

URL: http://llvm.org/viewvc/llvm-project?rev=366381&view=rev
Log:
Ah, forgot a debug line I left in the dsym-for-uuid.sh script
to make sure it was correctly being disabled after this test
case completed.

Modified:
    lldb/trunk/packages/Python/lldbsuite/test/macosx/lc-note/kern-ver-str/TestKernVerStrLCNOTE.py

Modified: lldb/trunk/packages/Python/lldbsuite/test/macosx/lc-note/kern-ver-str/TestKernVerStrLCNOTE.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/macosx/lc-note/kern-ver-str/TestKernVerStrLCNOTE.py?rev=366381&r1=366380&r2=366381&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/macosx/lc-note/kern-ver-str/TestKernVerStrLCNOTE.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/macosx/lc-note/kern-ver-str/TestKernVerStrLCNOTE.py Wed Jul 17 14:55:39 2019
@@ -51,7 +51,6 @@ class TestKernVerStrLCNOTE(TestBase):
                 'ret=0',
                 'echo "<?xml version=\\"1.0\\" encoding=\\"UTF-8\\"?>"',
                 'echo "<!DOCTYPE plist PUBLIC \\"-//Apple//DTD PLIST 1.0//EN\\" \\"http://www.apple.com/DTDs/PropertyList-1.0.dtd\\">"',
-                'date >> /tmp/log',
                 'echo "<plist version=\\"1.0\\">"',
                 '',
                 '# the last arugment is probably the uuid',




More information about the lldb-commits mailing list