add the RAM parameter for contrib tests, too

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/branches/newtrunk@926248 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2010-03-22 18:28:57 +00:00
parent cb4985074f
commit 08b0a689da
4 changed files with 5 additions and 0 deletions

View File

@ -132,6 +132,7 @@
<junit printsummary="on" <junit printsummary="on"
haltonfailure="no" haltonfailure="no"
maxmemory="512M"
errorProperty="tests.failed" errorProperty="tests.failed"
failureProperty="tests.failed" failureProperty="tests.failed"
dir="src/test/resources/" dir="src/test/resources/"

View File

@ -131,6 +131,7 @@
<junit printsummary="on" <junit printsummary="on"
haltonfailure="no" haltonfailure="no"
maxmemory="512M"
errorProperty="tests.failed" errorProperty="tests.failed"
failureProperty="tests.failed" failureProperty="tests.failed"
dir="src/test/resources/" dir="src/test/resources/"
@ -154,6 +155,7 @@
<junit printsummary="on" <junit printsummary="on"
haltonfailure="no" haltonfailure="no"
maxmemory="512M"
errorProperty="tests.failed" errorProperty="tests.failed"
failureProperty="tests.failed" failureProperty="tests.failed"
dir="src/extras/test/resources/" dir="src/extras/test/resources/"

View File

@ -81,6 +81,7 @@
<junit printsummary="on" <junit printsummary="on"
haltonfailure="no" haltonfailure="no"
maxmemory="512M"
errorProperty="tests.failed" errorProperty="tests.failed"
failureProperty="tests.failed" failureProperty="tests.failed"
dir="src/test/resources/" dir="src/test/resources/"

View File

@ -79,6 +79,7 @@
<junit printsummary="true" showoutput="true" <junit printsummary="true" showoutput="true"
haltonfailure="no" haltonfailure="no"
maxmemory="512M"
errorProperty="tests.failed" errorProperty="tests.failed"
failureProperty="tests.failed" failureProperty="tests.failed"
dir="src/main" dir="src/main"