Author: amccarth
Date: Fri Apr 3 12:10:30 2015
New Revision: 234025
URL: http://llvm.org/viewvc/llvm-project?rev=234025&view=rev
Log:
Fix LLDB test tracing to include the output (stdout and stderr) of each shell
command.
Modified:
lldb/trunk/test/lldbtest.py
Modified: lldb/trunk/test/lldbtest.py
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lldbtest.py?rev=234025&r1=234024&r2=234025&view=diff
==============================================================================
--- lldb/trunk/test/lldbtest.py (original)
+++ lldb/trunk/test/lldbtest.py Fri Apr 3 12:10:30 2015
@@ -362,8 +362,8 @@ def system(commands, **kwargs):
print >> sbuf
print >> sbuf, "os command:", shellCommand
print >> sbuf, "with pid:", pid
- print >> sbuf, "stdout:", output
- print >> sbuf, "stderr:", error
+ print >> sbuf, "stdout:", this_output
+ print >> sbuf, "stderr:", this_error
print >> sbuf, "retcode:", retcode
print >> sbuf
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits