forked from I2P_Developers/i2p.i2p
enable more output for easier debugging of tests
This commit is contained in:
@ -210,7 +210,7 @@
|
|||||||
<include name="TEST-*.xml"/>
|
<include name="TEST-*.xml"/>
|
||||||
</fileset>
|
</fileset>
|
||||||
</delete>
|
</delete>
|
||||||
<junit printsummary="on" fork="yes" maxmemory="384m">
|
<junit printsummary="withOutAndErr" fork="yes" maxmemory="384m" showoutput="yes" >
|
||||||
<sysproperty key="net.sourceforge.cobertura.datafile" file="./cobertura.ser" />
|
<sysproperty key="net.sourceforge.cobertura.datafile" file="./cobertura.ser" />
|
||||||
<classpath>
|
<classpath>
|
||||||
<pathelement path="${classpath}" />
|
<pathelement path="${classpath}" />
|
||||||
|
@ -220,7 +220,7 @@
|
|||||||
<include name="TEST-*.xml"/>
|
<include name="TEST-*.xml"/>
|
||||||
</fileset>
|
</fileset>
|
||||||
</delete>
|
</delete>
|
||||||
<junit printsummary="on" fork="yes">
|
<junit printsummary="withOutAndErr" fork="yes" showoutput="yes" >
|
||||||
<sysproperty key="net.sourceforge.cobertura.datafile" file="./cobertura.ser" />
|
<sysproperty key="net.sourceforge.cobertura.datafile" file="./cobertura.ser" />
|
||||||
<classpath>
|
<classpath>
|
||||||
<pathelement path="${classpath}" />
|
<pathelement path="${classpath}" />
|
||||||
|
Reference in New Issue
Block a user