This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit b649d6c195e67c8f9b515ffd15ac16edc63f2661 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 3c0cf4a..707e630 100644 --- a/build.xml +++ b/build.xml @@ -1557,7 +1557,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 --> @@ -1569,8 +1569,6 @@ <exclude unless="java.7.home" name="org/apache/tomcat/websocket/**" /> <!-- 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