Don't halt on failure, run all tests.

This commit is contained in:
akwizgran
2014-02-09 15:56:36 +00:00
parent 482a7e0016
commit d53c07cb35

View File

@@ -76,7 +76,7 @@
</javac>
</target>
<target name='test' depends='compile'>
<junit printsummary='on' fork='yes' forkmode='once' haltonfailure='yes'>
<junit printsummary='on' fork='yes' forkmode='once'>
<assertions>
<enable/>
</assertions>