You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by rm...@apache.org on 2010/02/21 08:45:05 UTC

svn commit: r912313 - /lucene/java/trunk/common-build.xml

Author: rmuir
Date: Sun Feb 21 07:45:04 2010
New Revision: 912313

URL: http://svn.apache.org/viewvc?rev=912313&view=rev
Log:
don't fork for every junit test

Modified:
    lucene/java/trunk/common-build.xml

Modified: lucene/java/trunk/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/java/trunk/common-build.xml?rev=912313&r1=912312&r2=912313&view=diff
==============================================================================
--- lucene/java/trunk/common-build.xml (original)
+++ lucene/java/trunk/common-build.xml Sun Feb 21 07:45:04 2010
@@ -401,7 +401,7 @@
 	    </condition>
 	  	<mkdir dir="@{junit.output.dir}"/>
 	    <junit printsummary="off" haltonfailure="no" maxmemory="512M"
-	      errorProperty="tests.failed" failureProperty="tests.failed">
+	      errorProperty="tests.failed" failureProperty="tests.failed" forkmode="perBatch">
 	      <classpath refid="@{junit.classpath}"/>
 	      <assertions>
 	        <enable package="org.apache.lucene"/>