]> granicus.if.org Git - icu/commitdiff
ICU-13378 fixes clean-up of result files of target checkTest
authorNorbert Runge <nrunge@google.com>
Wed, 27 Sep 2017 20:40:22 +0000 (20:40 +0000)
committerNorbert Runge <nrunge@google.com>
Wed, 27 Sep 2017 20:40:22 +0000 (20:40 +0000)
X-SVN-Rev: 40484

icu4j/build.xml

index 1bc2286858ff758aaa544adb5ce7b5285dba2327..364dfe58a1f819a8bf472b998e59ebce57bafed7 100644 (file)
 
     <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">