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 2f6f99e  Report test status via a separate target.
2f6f99e is described below

commit 2f6f99e37b3d66770ac9f7eeddad4a0eb6a0d37c
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Jun 3 08:28:33 2019 +0100

    Report test status via a separate target.
    
    This allows the status to be regenerated from the logs directory as
    required.
---
 build.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/build.xml b/build.xml
index 179802b..5524d4c 100644
--- a/build.xml
+++ b/build.xml
@@ -1368,7 +1368,10 @@
   <property name="junit.formatter.extension" value=".txt" />
 
   <target name="test" description="Runs the JUnit test cases"
-          depends="test-nio,test-nio2,test-apr,cobertura-report" >
+          depends="test-nio,test-nio2,test-apr,cobertura-report,test-status" />
+
+  <target name="test-status"
+          description="Analyses logs directory and reports on skipped tests, 
test failures and test errors">
     <fileset id="test.result.skippedtests" dir="${test.reports}" 
includes="*.txt">
       <not>
         <contains text="Skipped: 0" />


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

Reply via email to