You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by jt...@apache.org on 2017/09/26 03:31:11 UTC

incubator-netbeans git commit: Excluding *.pass files as they only capture generated output of previous run of a test - e.g. there is no degree of creativity in them

Repository: incubator-netbeans
Updated Branches:
  refs/heads/master f89fb98fe -> 0769ead92


Excluding *.pass files as they only capture generated output of previous run of a test - e.g. there is no degree of creativity in them


Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/commit/0769ead9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/tree/0769ead9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/diff/0769ead9

Branch: refs/heads/master
Commit: 0769ead92f81a23b49500c0f6e327744af98a6e6
Parents: f89fb98
Author: Jaroslav Tulach <ja...@oracle.com>
Authored: Tue Sep 26 05:30:34 2017 +0200
Committer: Jaroslav Tulach <ja...@oracle.com>
Committed: Tue Sep 26 05:30:34 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/0769ead9/nbbuild/build.xml
----------------------------------------------------------------------
diff --git a/nbbuild/build.xml b/nbbuild/build.xml
index ec604b1..7dc4c8b 100644
--- a/nbbuild/build.xml
+++ b/nbbuild/build.xml
@@ -1954,6 +1954,7 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y to start the system in d
                 <exclude name="*/nbproject/*.sig" /> <!--generated signatures for past versions-->
                 <exclude name="*/external/*-license.txt" /> <!--licenses for external dependencies-->
                 <exclude name="*/external/*-notice.txt" /> <!--notices for external dependencies-->
+                <exclude name="**/*.pass" /> <!--generated test files-->
             </fileset>
         </rat:report>
     </target>