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


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

commit 21fa8c8cc13737f324c734fa6c7c3ba920ff9768
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Nov 25 08:08:22 2021 +0000

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

diff --git a/build.xml b/build.xml
index f5b7ad6..d006d2e 100644
--- a/build.xml
+++ b/build.xml
@@ -1586,8 +1586,6 @@
           <sysproperty key="tomcat.test.openssl.unimplemented" 
value="${test.openssl.unimplemented}" />
           <sysproperty key="tomcat.test.relaxTiming" 
value="${test.relaxTiming}" />
           <sysproperty key="tomcat.test.sslImplementation" 
value="${test.sslImplementation}" />
-          <!-- 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}"
@@ -1596,10 +1594,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