the run-tests plugin should have a configuration option to abort the build so that if, say, we split it up amongst phpunit and kernel/functional tests, we can fail fast.

die-on-fail will not do what we want, as it will abort on the *first failed test*. we want the whole suite to run, but then abort.

Comments

Mixologic created an issue. See original summary.

  • Mixologic committed 863bc6f on 2959718-add-build-termination-to-run-tests
    Issue #2959718: adds a halt-on-fail to allow a run-tests plugin instance...
Mixologic’s picture

Status: Active » Fixed

This is fixed/deployed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.