Java tests: print summary for tests run
This commit is contained in:
parent
4668a133f0
commit
5eabcf8e4f
@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
<target name="test">
|
<target name="test">
|
||||||
<mkdir dir="testResults"/>
|
<mkdir dir="testResults"/>
|
||||||
<junit printsummary="false" haltonfailure="false" haltonerror="false" showoutput="false" logfailedtests="true" maxmemory="256m">
|
<junit printsummary="true" haltonfailure="false" haltonerror="false" showoutput="false" logfailedtests="true" maxmemory="256m">
|
||||||
<sysproperty key="java.library.path" path="${javaLibraryPath}"/>
|
<sysproperty key="java.library.path" path="${javaLibraryPath}"/>
|
||||||
<env key="PATH" path="${javaLibraryPath}"/>
|
<env key="PATH" path="${javaLibraryPath}"/>
|
||||||
<classpath refid="master-classpath"/>
|
<classpath refid="master-classpath"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user