Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mac_tool.py: Handle non-zero ibtool return code.
Without check_output() the Popen() will always return None as returncode, this prevents error handling during the build process. With check_output() it will raise an exception in case of non-zero return code. BUG=None Change-Id: I911b7f65d9f58240893ed96d1170e5544f534278 Reviewed-on: https://chromium-review.googlesource.com/548400 Commit-Queue: Robert Sesek <rsesek@chromium.org> Reviewed-by: Robert Sesek <rsesek@chromium.org>
- Loading branch information