This is an archive of the discontinued LLVM Phabricator instance.

When running the ios/iossim prepare script show the script output when it returns with a non-zero exit code.
ClosedPublic

Authored by delcypher on Sep 21 2018, 3:50 AM.

Details

Summary

Previously we'd just show the exception and not the output from the
executed script. This is unhelpful in the case that the script actually
reports some useful information on the failure.

Now we print the output and re-raise the exception.

Event Timeline

delcypher created this revision.Sep 21 2018, 3:50 AM
Herald added a subscriber: Restricted Project. · View Herald TranscriptSep 21 2018, 3:50 AM
kubamracek accepted this revision.Sep 21 2018, 8:15 AM
This revision is now accepted and ready to land.Sep 21 2018, 8:15 AM

@kubamracek Thanks for the review. Landing this now.

This revision was automatically updated to reflect the committed changes.