Fix LLDB test tracing to include the output (stdout and stderr) of each shell command.

llvm-svn: 234025
This commit is contained in:
Adrian McCarthy 2015-04-03 17:10:30 +00:00
parent 9342a34bbd
commit 1d57433c50
1 changed files with 2 additions and 2 deletions

View File

@ -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