projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9342a34
)
Fix LLDB test tracing to include the output (stdout and stderr) of each shell command.
author
Adrian McCarthy
<amccarth@google.com>
Fri, 3 Apr 2015 17:10:30 +0000
(17:10 +0000)
committer
Adrian McCarthy
<amccarth@google.com>
Fri, 3 Apr 2015 17:10:30 +0000
(17:10 +0000)
llvm-svn: 234025
lldb/test/lldbtest.py
patch
|
blob
|
history
diff --git
a/lldb/test/lldbtest.py
b/lldb/test/lldbtest.py
index 0072df6fb0a5ee9ee2543a17e311344661f908e2..e11bd01fede0febc5c355a32938e246123e368b1 100644
(file)
--- a/
lldb/test/lldbtest.py
+++ b/
lldb/test/lldbtest.py
@@
-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