ICU-13378 fixes clean-up of result files of target checkTest

X-SVN-Rev: 40484
This commit is contained in:
Norbert Runge 2017-09-27 20:40:22 +00:00
parent 269d74b759
commit 37d8df716c

View file

@ -258,7 +258,7 @@
<target name="checkTest" depends="_classifytests, tests, runallTests, noTests" if="testaction.run" description="Run only the specified tests of the specified test class or, if no arguments are given, the standard ICU4J test suite.">
<sequential>
<delete dir="${junit.out.dir}/@{output}"/>
<delete dir="${junit.out.dir}/checkTest"/>
<mkdir dir="${junit.out.dir}/checkTest"/>
<junit printsummary="yes">