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

Unified Diff: bin/ctest.py

Issue 5971009: Remove try/catch so that ctest blocks builds. (Closed) Base URL: http://git.chromium.org/git/crosutils.git@master
Patch Set: Created 9 years, 12 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bin/ctest.py
diff --git a/bin/ctest.py b/bin/ctest.py
index 135ecfed388e55754f2722621b6e7989325f7ec8..3f7da2b9f8bdd364c0ff773ee01f2a98dd19a2fc 100755
--- a/bin/ctest.py
+++ b/bin/ctest.py
@@ -307,9 +307,5 @@ def main():
if __name__ == '__main__':
- try:
- main()
- except Exception:
- print "Got exception."
- traceback.print_exc(file=sys.stdout)
+ main()
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698