Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: toolchain_build/toolchain_build_pnacl.py

Issue 1111913003: toolchain_build: Avoid python tracebacks for package build errors (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « toolchain_build/toolchain_build.py ('k') | toolchain_build/toolchain_main.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: toolchain_build/toolchain_build_pnacl.py
diff --git a/toolchain_build/toolchain_build_pnacl.py b/toolchain_build/toolchain_build_pnacl.py
index 9d0944a6332e80aa7994a8dc07cd969d1f7537f6..b948744ec0ddc7ed176bf61ef3261afb1cf4e9a0 100755
--- a/toolchain_build/toolchain_build_pnacl.py
+++ b/toolchain_build/toolchain_build_pnacl.py
@@ -1199,4 +1199,4 @@ if __name__ == '__main__':
tb = toolchain_main.PackageBuilder(packages,
upload_packages,
leftover_args)
- tb.Main()
+ sys.exit(tb.Main())
« no previous file with comments | « toolchain_build/toolchain_build.py ('k') | toolchain_build/toolchain_main.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698