mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-19 14:19:53 +01:00
Print stdout and stderr of unit tests to track down test failures.
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'>
|
<junit printsummary='withOutAndErr' fork='yes' forkmode='once'>
|
||||||
<assertions>
|
<assertions>
|
||||||
<enable/>
|
<enable/>
|
||||||
</assertions>
|
</assertions>
|
||||||
|
|||||||
Reference in New Issue
Block a user