Commit f8a3b38c authored by sergiyb's avatar sergiyb Committed by Commit bot

Report keyboard interrupt as abnormal (infra) failure

R=tandrii@chromium.org
BUG=579589

Review-Url: https://codereview.chromium.org/2125713002
parent 7dba71bf
......@@ -1829,4 +1829,4 @@ if __name__ == '__main__':
sys.exit(main())
except KeyboardInterrupt:
sys.stderr.write('interrupted\n')
sys.exit(1)
sys.exit(2)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment