Changeset 11962 in josm for trunk


Ignore:
Timestamp:
2017-04-20T00:58:13+02:00 (7 years ago)
Author:
Don-vip
Message:

use a wildcard for jacoco .exec files (needed if a test family is not run)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r11926 r11962  
    482482        <jacoco:report>
    483483            <executiondata>
    484                 <file file="${test.dir}/jacoco.exec"/>
    485                 <file file="${test.dir}/jacocoIT.exec"/>
     484                <file file="${test.dir}/*.exec"/>
    486485            </executiondata>
    487486            <structure name="JOSM Test Coverage">
Note: See TracChangeset for help on using the changeset viewer.