Print stdout and stderr of unit tests to track down test failures.

This commit is contained in:
akwizgran
2014-04-10 13:21:26 +01:00
parent 7aa836c683
commit ab76b4a9e3

View File

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