Chromium Code Reviews| 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) |