You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by sc...@apache.org on 2018/03/29 12:13:42 UTC

svn commit: r1827982 - /tomcat/tc8.5.x/trunk/build.xml

Author: schultz
Date: Thu Mar 29 12:13:41 2018
New Revision: 1827982

URL: http://svn.apache.org/viewvc?rev=1827982&view=rev
Log:
Revert inadvertent changes to build.xml in r1827981.

Modified:
    tomcat/tc8.5.x/trunk/build.xml

Modified: tomcat/tc8.5.x/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/build.xml?rev=1827982&r1=1827981&r2=1827982&view=diff
==============================================================================
--- tomcat/tc8.5.x/trunk/build.xml (original)
+++ tomcat/tc8.5.x/trunk/build.xml Thu Mar 29 12:13:41 2018
@@ -1435,8 +1435,8 @@
       <junit printsummary="yes" fork="yes" dir="." showoutput="${test.verbose}"
         errorproperty="test.result.error"
         failureproperty="test.result.failure"
-        haltonfailure="${test.haltonfailure}">
-        <!-- threads="${test.threads}" > -->
+        haltonfailure="${test.haltonfailure}"
+        threads="${test.threads}" >
 
         <jvmarg value="${test.jvmarg.egd}"/>
         <jvmarg value="-Dfile.encoding=UTF-8"/>



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