actually failfast, was not failing fast before

pull/5740/head
Michael Hirsch, Ph.D 6 years ago
parent a7c8a69afb
commit 3d18da0de3
No known key found for this signature in database
GPG Key ID: 6D23CDADAB0294F9
  1. 4
      run_project_tests.py

@ -767,8 +767,8 @@ def _run_tests(all_tests, log_name_base, failfast, extra_args):
stdeel = ET.SubElement(current_test, 'system-err')
stdeel.text = result.stde
if failfast and failing_tests > 0:
break
if failfast and failing_tests > 0:
break
print("\nTotal configuration time: %.2fs" % conf_time)
print("Total build time: %.2fs" % build_time)

Loading…
Cancel
Save