I think I like dist/test-output better, it fits more nicely with

dist/test-classes.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@2947 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
samskivert
2010-11-12 22:55:22 +00:00
parent 8c4b9a0da2
commit d10d454814
+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}/tests">
<batchtest todir="${deploy.dir}/test-output">
<fileset dir="${test.dir}" includes="**/*${test}*Test.java"/>
</batchtest>
</unit>