forked from phoedos/pmd
obsolete junit report dir deleted when starting new test
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@5602 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -182,8 +182,9 @@
|
||||
</target>
|
||||
|
||||
<target name="test-execute" description="Runs the unit tests">
|
||||
<delete dir="${test.outputdir}" />
|
||||
<mkdir dir="${test.outputdir}/xml"/>
|
||||
<junit printsummary="yes" haltonfailure="no" jvm="${test.jvm}" forkmode="perBatch">
|
||||
<junit printsummary="yes" showoutput="no" filtertrace="yes" haltonfailure="no" jvm="${test.jvm}" forkmode="perBatch">
|
||||
<classpath>
|
||||
<path refid="${test.dependencies}" />
|
||||
</classpath>
|
||||
|
Reference in New Issue
Block a user