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
remotes/1776816827838153613/tmp_25f451bd36ab3145e487fcb2cd5c62c571e5b602
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