You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2019/07/24 08:49:04 UTC

[tomcat] 02/04: Polish. Align with master.

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 8b4d060703b07bf8a0dc65b596395ce68dea9fd5
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Jul 24 09:47:40 2019 +0100

    Polish. Align with master.
---
 build.xml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/build.xml b/build.xml
index ead9834..64c06b5 100644
--- a/build.xml
+++ b/build.xml
@@ -1476,7 +1476,7 @@
         errorproperty="test.result.error"
         failureproperty="test.result.failure"
         haltonfailure="${test.haltonfailure}"
-        threads="${test.threads}" >
+        threads="${test.threads}">
 
         <jvmarg value="${test.jvmarg.egd}"/>
         <jvmarg value="-Dfile.encoding=UTF-8"/>
@@ -1538,12 +1538,12 @@
       </and>
     </condition>
     <condition property="cobertura.disabled" value="true">
-        <and>
-          <istrue value="${test.cobertura}"/>
-          <not>
-            <equals arg1="1" arg2="${test.threads}"/>
-          </not>
-        </and>
+      <and>
+        <istrue value="${test.cobertura}"/>
+        <not>
+          <equals arg1="1" arg2="${test.threads}"/>
+        </not>
+      </and>
     </condition>
   </target>
 


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