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

Unified Diff: presubmit_support.py

Issue 2125713002: Report keyboard interrupt as abnormal (infra) failure (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 4 years, 5 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: presubmit_support.py
diff --git a/presubmit_support.py b/presubmit_support.py
index 4f72d5c8604974d4e9b43e6ded0ad3049b6454c3..4a388ca2fcba1c2e13626b2d5694b3f1c25a5912 100755
--- a/presubmit_support.py
+++ b/presubmit_support.py
@@ -1829,4 +1829,4 @@ if __name__ == '__main__':
sys.exit(main())
except KeyboardInterrupt:
sys.stderr.write('interrupted\n')
- sys.exit(1)
+ sys.exit(2)
« 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