This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit 6daba8e92e359ab72ae45aa04caf21d376668f6c
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Sep 30 13:49:00 2020 +0100

    Align with 10.0.x and 9.0.x
---
 build.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/build.xml b/build.xml
index 327ce0b..9aa56ee 100644
--- a/build.xml
+++ b/build.xml
@@ -1555,7 +1555,7 @@
            />
         <batchtest todir="${test.reports}" unless="test.entry">
           <!-- Include all by default -->
-          <fileset dir="test" includes="${test.name}">
+          <fileset dir="test" includes="${test.name}" 
excludes="${test.exclude}">
             <!-- Exclude helper classes -->
             <exclude name="**/Tester*.java" />
             <!-- Exclude the tests known to fail -->
@@ -1564,8 +1564,6 @@
             <exclude name="org/apache/tomcat/util/net/openssl/ciphers/**" 
unless="${test.openssl.exists}" />
             <!-- Exclude performance tests. E.g. on systems with 
slow/inconsistent timing -->
             <exclude name="**/*Performance.java" 
if="${test.excludePerformance}" />
-            <!-- Exclude a configurable list of tests -->
-            <exclude name="${test.exclude}" />
           </fileset>
         </batchtest>
       </junit>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to