Browse Source

add --> to description

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@475772 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 18 years ago
parent
commit
5b42e946ed
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build.xml

+ 1
- 1
build.xml View File

@@ -1915,7 +1915,7 @@ see ${build.junit.reports} / ${antunit.reports}
</target>

<target name="antunit-tests" depends="dump-info,build,test-init"
if="run.antunit">
if="run.antunit" description="--> run the antunit tests">

<condition property="antunit.includes" value="${antunit.testcase}"
else="**/test.xml,**/*-test.xml">


Loading…
Cancel
Save