Skip to content

Commit

Permalink
LPS-57004 Push down the current batch size to prepare-test-build, and…
Browse files Browse the repository at this point in the history
… use it to generate proper test group properties file.
  • Loading branch information
shuyangzhou authored and brianchandotcom committed Jul 10, 2015
1 parent 60fb521 commit f694f47
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build-test-batch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@

<macrodef name="prepare-test-build">
<sequential>
<antcall target="prepare-test-build" />
<antcall target="prepare-test-build">
<param name="test.class.groups.size" value="${test.batch.size}" />
</antcall>
</sequential>
</macrodef>

Expand Down

0 comments on commit f694f47

Please sign in to comment.