This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new 0b943bb ws police
0b943bb is described below
commit 0b943bb57c16219661d401f82d3a36dab794e2e2
Author: Mark Thomas <[email protected]>
AuthorDate: Sat Mar 16 17:01:16 2019 +0000
ws police
---
build.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.xml b/build.xml
index 524e049..0453191 100644
--- a/build.xml
+++ b/build.xml
@@ -494,7 +494,7 @@
<target name="echoproperties">
<echoproperties/>
</target>
-
+
<target name="build-prepare">
<!-- Required so we can compile -->
@@ -1529,7 +1529,7 @@
</filterchain>
</concat>
- <fail if="test.result.error" message='Some tests completed with an
Error. See ${tomcat.build}/logs for details, search for "ERROR".' />
+ <fail if="test.result.error" message='Some tests completed with an Error.
See ${tomcat.build}/logs for details, search for "ERROR".' />
<fail if="test.result.failure" message='Some tests completed with a
Failure. See ${tomcat.build}/logs for details, search for "FAILED".' />
</target>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]