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
The following commit(s) were added to refs/heads/7.0.x by this push:
new d37e873 Report test status via a separate target.
d37e873 is described below
commit d37e87308d5bff16e00df6f7c616bd91713ed4a1
Author: Mark Thomas <[email protected]>
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 2b1ed37..bb9dfe6 100644
--- a/build.xml
+++ b/build.xml
@@ -1369,7 +1369,10 @@
<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" >
+ 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">
<fileset id="test.result.skippedtests" dir="${test.reports}"
includes="*.txt">
<not>
<contains text="Skipped: 0" />
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]