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
Comment #3
MixologicThis is fixed/deployed