mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-16 12:49:55 +01:00
Don't halt on failure, run all tests.
This commit is contained in:
@@ -76,7 +76,7 @@
|
|||||||
</javac>
|
</javac>
|
||||||
</target>
|
</target>
|
||||||
<target name='test' depends='compile'>
|
<target name='test' depends='compile'>
|
||||||
<junit printsummary='on' fork='yes' forkmode='once' haltonfailure='yes'>
|
<junit printsummary='on' fork='yes' forkmode='once'>
|
||||||
<assertions>
|
<assertions>
|
||||||
<enable/>
|
<enable/>
|
||||||
</assertions>
|
</assertions>
|
||||||
|
|||||||
Reference in New Issue
Block a user