Changeset 14309 in josm for trunk/build.xml
- Timestamp:
- 2018-10-08T20:52:59+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r14258 r14309 50 50 <property name="jacoco.inclbootstrapclasses" value="false" /> 51 51 <property name="jacoco.inclnolocationclasses" value="false" /> 52 <property name="junit.printsummary" value="on" /> 52 53 <!-- build parameter: compression level (ant -Dclevel=N) 53 54 N ranges from 0 (no compression) to 9 (maximum compression) … … 494 495 <jacoco:coverage destfile="${test.dir}/jacoco@{testITsuffix}.exec" enabled="@{coverage}" includes="${jacoco.includes}" 495 496 inclbootstrapclasses="${jacoco.inclbootstrapclasses}" inclnolocationclasses="${jacoco.inclnolocationclasses}"> 496 <junit printsummary=" yes" fork="true" forkmode="once" failureproperty="test.@{testfamily}@{testITsuffix}.failed">497 <junit printsummary="${junit.printsummary}" fork="true" forkmode="once" failureproperty="test.@{testfamily}@{testITsuffix}.failed"> 497 498 <jvmarg value="-Dfile.encoding=UTF-8"/> 498 499 <jvmarg value="-javaagent:${test.dir}/lib/jmockit-1.41.jar"/>
Note:
See TracChangeset
for help on using the changeset viewer.