Also display the output and error output of a failed command
authorRaphael Isemann <teemperor@gmail.com>
Thu, 9 Aug 2018 15:29:32 +0000 (15:29 +0000)
committerRaphael Isemann <teemperor@gmail.com>
Thu, 9 Aug 2018 15:29:32 +0000 (15:29 +0000)
commit879c1421301af0880d711320bcc0df0d911b16a8
tree3941b8d3312f8452999f86fc40df648a9aa81618
parentc8b782cec2da3b323036eba15850234b7e5427dd
Also display the output and error output of a failed command

Summary:
Instead of just printing the current "False is not True, ..." message when we
fail to run a certain command, this patch also adds the actual command output or
error output that we received to the assertion message.

Reviewers: davide

Reviewed By: davide

Subscribers: lldb-commits

Differential Revision: https://reviews.llvm.org/D50492

llvm-svn: 339351
lldb/packages/Python/lldbsuite/test/lldbtest.py