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:
Xavier Le Vourch
2007-10-29 21:38:32 +00:00
parent 218b023458
commit f3342c9052

View File

@ -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>