[Lldb-commits] [lldb] r130017 - /lldb/trunk/test/connect_remote/TestConnectRemote.py

Johnny Chen johnny.chen at apple.com
Fri Apr 22 14:56:22 PDT 2011


Author: johnny
Date: Fri Apr 22 16:56:22 2011
New Revision: 130017

URL: http://llvm.org/viewvc/llvm-project?rev=130017&view=rev
Log:
We are only interested in logging the child's output to sys.stdout.

Modified:
    lldb/trunk/test/connect_remote/TestConnectRemote.py

Modified: lldb/trunk/test/connect_remote/TestConnectRemote.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/connect_remote/TestConnectRemote.py?rev=130017&r1=130016&r2=130017&view=diff
==============================================================================
--- lldb/trunk/test/connect_remote/TestConnectRemote.py (original)
+++ lldb/trunk/test/connect_remote/TestConnectRemote.py Fri Apr 22 16:56:22 2011
@@ -21,7 +21,7 @@
 
         # Turn on logging for what the child sends back.
         if self.TraceOn():
-            fakeserver.logfile = sys.stdout
+            fakeserver.logfile_read = sys.stdout
 
         # Schedule the fake debugserver to be shutting down during teardown.
         def shutdown_fakeserver():





More information about the lldb-commits mailing list