Make generate_breakpad_symbols.py not silently ignore subprocess errors.
GetCommandOuput() used to pipe stderr to /dev/null, and it ignored the command's return code. Use check_output() to check the return code, and keep stderr attached to parent's stderr. Also make breakpad_integration_test.py a bit simpler (this part is supposed to be behavior-preserving.) Bug: 813163 Change-Id: I8c55d3da9fff3b944111c3e868121ac34bf65c17 Reviewed-on: https://chromium-review.googlesource.com/1086981Reviewed-by:Jochen Eisinger <jochen@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#564531}
Showing
Please register or sign in to comment