Browse Source

allow ./build.sh test to work

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276133 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 21 years ago
parent
commit
085edaf823
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build.xml

+ 1
- 1
build.xml View File

@@ -1568,7 +1568,7 @@
<target name="run-single-test" if="testcase" depends="compile-tests,run-single-test-only"
description="--> runs the single unit test defined in the testcase property"/>

<target name="run-single-test-only"
<target name="run-single-test-only" if="testcase"
description="--> runs the single unit test defined in the testcase property">




Loading…
Cancel
Save