Browse Source

run-single-test should write TEST-*.xml to the correct place.

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

+ 1
- 1
build.xml View File

@@ -1757,7 +1757,7 @@
depends="test-init">
<test-junit >
<formatter type="plain" usefile="false"/>
<test name="${testcase}"/>
<test name="${testcase}" todir="${build.tests.xml}"/>
</test-junit>
</target>



Loading…
Cancel
Save