On second thought, failing quickly doesn't make sense for CI builds.

This commit is contained in:
Ben Hale
2007-09-11 14:50:10 +00:00
parent b31a335431
commit 1fce8a8684

View File

@@ -870,7 +870,7 @@
we want to optionally run all tests and report on the whole
batch, then we need to set a failure property as in the server
tests. -->
<junit forkmode="perBatch" printsummary="yes" haltonfailure="yes" haltonerror="yes"
<junit forkmode="perBatch" printsummary="yes" haltonfailure="no" haltonerror="no"
dir="${basedir}">
<jvmarg value="${unitvm}" />
<jvmarg value="-Djava.security.auth.login.config=${target.testclasses.dir}/auth.conf" />