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/06/03 10:10:38 UTC

[tomcat] 02/02: Fix typo in backport

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 105fbc3eff686d0559b7a8653dc47fff00b904df
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Jun 3 11:09:57 2019 +0100

    Fix typo in backport
---
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.xml b/build.xml
index bb9dfe6..5f09167 100644
--- a/build.xml
+++ b/build.xml
@@ -1369,7 +1369,7 @@
   <property name="junit.formatter.extension" value=".txt" />
 
   <target name="test" description="Runs the JUnit test cases"
-          depends="test-bio,test-nio,test-apr,cobertura-report,test-status" >
+          depends="test-bio,test-nio,test-apr,cobertura-report,test-status" />
 
   <target name="test-status"
           description="Analyses logs directory and reports on skipped tests, test failures and test errors">


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