Commit 4ec7021c by Yuly Novikov Committed by Commit Bot

Report angle_restricted_trace_gold_tests as interrupted on Exception

Otherwise step is reported as failed but build as succeeded Bug: chromium:1153299 Change-Id: Id21d7ceafd04553634463be5acb64c070d251abb Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2653859Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
parent 2baa6288
......@@ -429,6 +429,7 @@ def main():
except Exception:
traceback.print_exc()
results['interrupted'] = True
rc = 1
if result_tests:
......
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