ICU-21008 Make ant checkTest run tests in exhaustive mode

See #1021
This commit is contained in:
Shane F. Carr 2020-03-06 06:21:17 +00:00 committed by Shane F. Carr
parent 524748c6bf
commit 081579544a

View file

@ -266,7 +266,8 @@
<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"/>