Descriptioncompile_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}
Committed: https://chromium.googlesource.com/chromium/src/+/edda34d840b837f1bd20d9398845d1bc38140461
Patch Set 1 #
Total comments: 1
Patch Set 2 : Use check_output instead of wait. #Patch Set 3 : Removed brackets on every print usage for consistency. #
Total comments: 1
Patch Set 4 : Update print to Python3-compatible syntax. #Messages
Total messages: 15 (7 generated)
|