mirror of https://github.com/apache/lucene.git
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:
parent
cb4985074f
commit
08b0a689da
|
@ -132,6 +132,7 @@
|
|||
|
||||
<junit printsummary="on"
|
||||
haltonfailure="no"
|
||||
maxmemory="512M"
|
||||
errorProperty="tests.failed"
|
||||
failureProperty="tests.failed"
|
||||
dir="src/test/resources/"
|
||||
|
|
|
@ -131,6 +131,7 @@
|
|||
|
||||
<junit printsummary="on"
|
||||
haltonfailure="no"
|
||||
maxmemory="512M"
|
||||
errorProperty="tests.failed"
|
||||
failureProperty="tests.failed"
|
||||
dir="src/test/resources/"
|
||||
|
@ -154,6 +155,7 @@
|
|||
|
||||
<junit printsummary="on"
|
||||
haltonfailure="no"
|
||||
maxmemory="512M"
|
||||
errorProperty="tests.failed"
|
||||
failureProperty="tests.failed"
|
||||
dir="src/extras/test/resources/"
|
||||
|
|
|
@ -81,6 +81,7 @@
|
|||
|
||||
<junit printsummary="on"
|
||||
haltonfailure="no"
|
||||
maxmemory="512M"
|
||||
errorProperty="tests.failed"
|
||||
failureProperty="tests.failed"
|
||||
dir="src/test/resources/"
|
||||
|
|
|
@ -79,6 +79,7 @@
|
|||
|
||||
<junit printsummary="true" showoutput="true"
|
||||
haltonfailure="no"
|
||||
maxmemory="512M"
|
||||
errorProperty="tests.failed"
|
||||
failureProperty="tests.failed"
|
||||
dir="src/main"
|
||||
|
|
Loading…
Reference in New Issue