Skip to content

Commit

Permalink
LRCI-4743 Add util-taglib to unit-jdk8 test execution
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjiheigel authored and brianchandotcom committed Oct 11, 2024
1 parent 8b48113 commit 71bb7fb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build-test-batch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9281,6 +9281,11 @@ ${output.content}</echo>
<property name="test.class.group.index" value="${axis.variable}" />
</ant>

<ant dir="util-taglib" inheritAll="false" target="test-class-group">
<property name="junit.code.coverage" value="${test.batch.code.coverage}" />
<property name="test.class.group.index" value="${axis.variable}" />
</ant>

<lstopwatch action="total" name="test.execution.duration" />
</test-action>

Expand Down

0 comments on commit 71bb7fb

Please sign in to comment.