On second thought, failing quickly doesn't make sense for CI builds.
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user