Commit d61a939
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 <[email protected]>
Reviewed-by: Robert Sesek <[email protected]>1 parent a478c1a commit d61a939
1 file changed
Lines changed: 9 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
109 | 113 | | |
110 | | - | |
| 114 | + | |
111 | 115 | | |
112 | 116 | | |
113 | 117 | | |
114 | 118 | | |
115 | | - | |
| 119 | + | |
116 | 120 | | |
117 | | - | |
118 | | - | |
| 121 | + | |
| 122 | + | |
119 | 123 | | |
120 | 124 | | |
121 | 125 | | |
| |||
0 commit comments