Skip to content

Commit

Permalink
Revert "Experiment with test fork mode once"
Browse files Browse the repository at this point in the history
This reverts commit afac620.
  • Loading branch information
brianchandotcom committed Oct 3, 2013
1 parent 404b3cc commit a4975bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ Please set the environment variable ANT_OPTS to the recommended value of
</if>

<ant target="test-cmd">
<property name="junit.forkmode" value="once" />
<property name="junit.forkmode" value="perTest" />
<property name="test.type" value="${test.type}" />
</ant>

Expand Down

0 comments on commit a4975bc

Please sign in to comment.