compile_ib_files.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 Review-Url: https://codereview.chromium.org/2947393002 Cr-Commit-Position: refs/heads/master@{#481948}
Showing
Please register or sign in to comment