Hrm, Maven uses surefire-reports. Which is retarded. But we can use

test-reports which perhaps more recognizable to Maven users.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@2948 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
samskivert
2010-11-12 22:57:18 +00:00
parent d10d454814
commit 73506e6969
+1 -1
View File
@@ -113,7 +113,7 @@
<sysproperty key="test_dir" value="${tclasses.dir}"/>
<formatter type="brief" usefile="false"/>
<formatter type="xml"/>
<batchtest todir="${deploy.dir}/test-output">
<batchtest todir="${deploy.dir}/test-reports">
<fileset dir="${test.dir}" includes="**/*${test}*Test.java"/>
</batchtest>
</unit>