Browse Source

yet another property needs to be passed down to the tests.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270816 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 23 years ago
parent
commit
f09815a18e
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      build.xml

+ 3
- 1
build.xml View File

@@ -870,7 +870,8 @@


<sysproperty key="ant.home" value="${ant.home}" /> <sysproperty key="ant.home" value="${ant.home}" />
<sysproperty key="build.tests" value="${build.tests}"/> <sysproperty key="build.tests" value="${build.tests}"/>
<sysproperty key="java.home" value="${java.home}" />

<formatter type="brief" usefile="false" /> <formatter type="brief" usefile="false" />


<batchtest> <batchtest>
@@ -944,6 +945,7 @@
<!-- <jvmarg value="-classic"/> --> <!-- <jvmarg value="-classic"/> -->
<sysproperty key="ant.home" value="${ant.home}" /> <sysproperty key="ant.home" value="${ant.home}" />
<sysproperty key="build.tests" value="${build.tests}"/> <sysproperty key="build.tests" value="${build.tests}"/>
<sysproperty key="java.home" value="${java.home}" />
<classpath location="${java.home}/lib/classes.zip" /> <classpath location="${java.home}/lib/classes.zip" />
<classpath refid="tests-classpath"/> <classpath refid="tests-classpath"/>
<formatter type="plain" usefile="false" /> <formatter type="plain" usefile="false" />


Loading…
Cancel
Save