This is an archive of the discontinued LLVM Phabricator instance.

Also display the output and error output of a failed command
ClosedPublic

Authored by teemperor on Aug 8 2018, 11:22 PM.

Details

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.

Diff Detail

Repository
rLLDB LLDB

Event Timeline

teemperor created this revision.Aug 8 2018, 11:22 PM
davide accepted this revision.Aug 9 2018, 8:27 AM
This revision is now accepted and ready to land.Aug 9 2018, 8:27 AM
This revision was automatically updated to reflect the committed changes.