Java tests: print summary for tests run

This commit is contained in:
Andrey Kamaev 2013-01-23 10:32:32 +04:00
parent 4668a133f0
commit 5eabcf8e4f

View File

@ -33,7 +33,7 @@
<target name="test">
<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}"/>
<env key="PATH" path="${javaLibraryPath}"/>
<classpath refid="master-classpath"/>