You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2015/02/15 19:31:18 UTC

svn commit: r1659967 - /tomcat/trunk/build.xml

Author: rjung
Date: Sun Feb 15 18:31:18 2015
New Revision: 1659967

URL: http://svn.apache.org/r1659967
Log:
- clarify "test.openssl.path" property is full path of
  "openssl" binary file
- test "error" ist indicated by "Caused an ERROR", not
  "FAILED".

Modified:
    tomcat/trunk/build.xml

Modified: tomcat/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1659967&r1=1659966&r2=1659967&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Sun Feb 15 18:31:18 2015
@@ -180,7 +180,7 @@
   <available file="/dev/urandom" property="test.jvmarg.egd" value="-Djava.security.egd=file:/dev/./urandom"/>
   <property name="test.jvmarg.egd" value="" />
 
-  <!-- Location of OpenSSL binary -->
+  <!-- Location of OpenSSL binary (file name, not directory) -->
   <property name="test.openssl.path" value="" />
 
   <!-- Include .gitignore in src distributions. -->
@@ -1370,7 +1370,7 @@
       </filterchain>
     </concat>
 
-    <fail if="test.result.error" message='Some tests completed with an Error. See ${tomcat.build}/logs for details, search for "FAILED".' />
+    <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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org