mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-13378 fixes clean-up of result files of target checkTest
X-SVN-Rev: 40484
This commit is contained in:
parent
269d74b759
commit
37d8df716c
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue