Commit 5eabcf8e authored by Andrey Kamaev's avatar Andrey Kamaev

Java tests: print summary for tests run

parent 4668a133
...@@ -33,7 +33,7 @@ ...@@ -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"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment