You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ja...@apache.org on 2018/08/14 11:38:30 UTC

ant git commit: Exclude TestHelper from being considered as a test

Repository: ant
Updated Branches:
  refs/heads/1.9.x 0473a3d0a -> 00d4ba8b9


Exclude TestHelper from being considered as a test


Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/00d4ba8b
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/00d4ba8b
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/00d4ba8b

Branch: refs/heads/1.9.x
Commit: 00d4ba8b99544dbcb4941a8cd9eb893711bd5e2d
Parents: 0473a3d
Author: Jaikiran Pai <ja...@apache.org>
Authored: Tue Aug 14 17:05:13 2018 +0530
Committer: Jaikiran Pai <ja...@apache.org>
Committed: Tue Aug 14 17:05:13 2018 +0530

----------------------------------------------------------------------
 build.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/00d4ba8b/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 52c8884..ecc0774 100644
--- a/build.xml
+++ b/build.xml
@@ -1755,6 +1755,7 @@ ${antunit.reports}
           <exclude name="org/example/"/>
           <exclude name="${taskdefs.package}/TaskdefTest*Task.java"/>
           <exclude name="${optional.package}/junit/TestFormatter.java"/>
+          <exclude name="${ant.package}/TestHelper.java"/>
 
           <!-- interactive tests -->
           <exclude name="${taskdefs.package}/TestProcess.java"/>