]> granicus.if.org Git - icu/commitdiff
ICU-21008 Make ant checkTest run tests in exhaustive mode
authorShane F. Carr <shane.carr@wustl.edu>
Fri, 6 Mar 2020 06:21:17 +0000 (06:21 +0000)
committerShane F. Carr <shane@unicode.org>
Mon, 16 Mar 2020 20:33:20 +0000 (15:33 -0500)
See #1021

icu4j/build.xml

index 9f3cc7f83929deead4defb1fad67be3a0dbc4466..a77031528c11781cdff7f5d65d2a7f63d0618f38 100644 (file)
             <delete dir="${junit.out.dir}/checkTest"/>
             <mkdir dir="${junit.out.dir}/checkTest"/>
 
-            <junit printsummary="yes">
+            <junit printsummary="yes" fork="yes">
+                <jvmarg value="-DICU.exhaustive=10"/>
                 <classpath>
                     <path refid="junit.jars"/>
                     <path refid="junit.icu.jars"/>