Browse Source

tune test running. Dont set the dir, do set the forkmode

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@382806 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 19 years ago
parent
commit
969971e84f
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      build.xml

+ 2
- 1
build.xml View File

@@ -1598,10 +1598,11 @@
<junit printsummary="${junit.summary}"
haltonfailure="${test.haltonfailure}"
fork="${junit.fork}"
forkmode="${junit.forkmode}"
failureproperty="tests.failed"
errorproperty="tests.failed"
filtertrace="${junit.filtertrace}"
dir="${build.tests.xml}">
>
<sysproperty key="ant.home" value="${ant.home}"/>
<sysproperty key="build.tests" file="${build.tests}"/>
<sysproperty key="build.tests.value" value="${build.tests.value}"/>


Loading…
Cancel
Save