mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
Removed unused exceptions. Also disabled output for ant tests.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<project name='test' default='test'>
|
||||
<import file='../build-common.xml'/>
|
||||
<target name='test' depends='depend'>
|
||||
<junit printsummary='on' showoutput='true' fork='yes' forkmode='once'>
|
||||
<junit printsummary='on' fork='yes' forkmode='once'>
|
||||
<assertions>
|
||||
<enable/>
|
||||
</assertions>
|
||||
|
||||
Reference in New Issue
Block a user