Don't stop on failure in post test steps

pull/12690/head
Matt Kwong 8 years ago
parent c111341a17
commit 316855ef98
  1. 2
      tools/run_tests/run_tests.py

@ -1575,7 +1575,7 @@ def _build_and_run(
suite_name=args.report_suite_name) suite_name=args.report_suite_name)
number_failures, _ = jobset.run( number_failures, _ = jobset.run(
post_tests_steps, maxjobs=1, stop_on_failure=True, post_tests_steps, maxjobs=1, stop_on_failure=False,
newline_on_success=newline_on_success, travis=args.travis) newline_on_success=newline_on_success, travis=args.travis)
out = [] out = []

Loading…
Cancel
Save