Skip to content

Commit

Permalink
[content/test] Ensure the return code of run_gpu_integration_test is …
Browse files Browse the repository at this point in the history
…non-zero if test fails

R=kbr@chromium.org, bajones@chromium.org, zmo@chromium.org
BUG=352807
CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel;tryserver.chromium.win:win_optional_gpu_tests_rel

Review-Url: https://codereview.chromium.org/2077213002
Cr-Commit-Position: refs/heads/master@{#401200}
  • Loading branch information
nedn authored and Commit bot committed Jun 22, 2016
1 parent c20fd8c commit 8553918
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/test/gpu/run_gpu_integration_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def main():
option, _ = parser.parse_known_args(rest_args)
if option.write_abbreviated_json_results_to:
PostprocessJSON(option.write_abbreviated_json_results_to)
return retval

if __name__ == '__main__':
sys.exit(main())

0 comments on commit 8553918

Please sign in to comment.