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

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


The following commit(s) were added to refs/heads/9.0.x by this push:
     new 45cfe08  Align with 10.0.x
45cfe08 is described below

commit 45cfe08a1043a2e287b6f7933378808a4f460261
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Nov 25 08:08:05 2021 +0000

    Align with 10.0.x
---
 build.xml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/build.xml b/build.xml
index 1fd83ff..5ce4b1b 100644
--- a/build.xml
+++ b/build.xml
@@ -1972,8 +1972,6 @@
           <sysproperty key="tomcat.test.relaxTiming" 
value="${test.relaxTiming}" />
           <sysproperty key="tomcat.test.sslImplementation" 
value="${test.sslImplementation}" />
           <sysproperty key="tomcat.test.http2.loopCount" 
value="${test.http2.loopCount}" />
-          <!-- File for Cobertura to write coverage results to -->
-          <sysproperty key="net.sourceforge.cobertura.datafile" 
file="${cobertura.datafile}" />
 
           <formatter type="${junit.formatter.type}"
                      usefile="${junit.formatter.usefile}"
@@ -1982,10 +1980,10 @@
           <!-- If test.entry is defined, run a single test, otherwise run all 
valid tests -->
           <test todir="${test.reports}" name="${test.entry}"
                 if="test.entry" unless="test.entry.methods"
-             />
+                />
           <test todir="${test.reports}" name="${test.entry}" 
methods="${test.entry.methods}"
                 if="test.entry.methods"
-             />
+                />
           <batchtest todir="${test.reports}" unless="test.entry">
             <!-- Include all by default -->
             <fileset dir="test" includes="${test.name}" 
excludes="${test.exclude}">

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

Reply via email to