Browse Source

Permit VM args to be inserted when running JUnit tests, for JPDA debugger integration.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@470124 13f79535-47bb-0310-9956-ffa450edef68
master
Jesse N. Glick 18 years ago
parent
commit
27ca4acff0
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      build.xml

+ 2
- 0
build.xml View File

@@ -1628,6 +1628,7 @@ see ${build.junit.reports} / ${antunit.reports}
<element name="junit-nested" implicit="true" />
<sequential>
<mkdir dir="${build.junit.xml}" />
<property name="test.junit.vmargs" value=""/>
<junit printsummary="${junit.summary}"
haltonfailure="${test.haltonfailure}"
fork="${junit.fork}"
@@ -1647,6 +1648,7 @@ see ${build.junit.reports} / ${antunit.reports}
value="${tests.and.ant.share.classloader}"/>
<classpath refid="tests-classpath"/>
<formatter type="xml"/>
<jvmarg line="${test.junit.vmargs}"/>
<junit-nested />
</junit>
</sequential>


Loading…
Cancel
Save