mirror of https://github.com/apache/lucene.git
allow passing in of args to the jvm running unit tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@739015 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0481f09609
commit
c6dbc258cd
|
@ -359,6 +359,7 @@
|
||||||
failureProperty="tests.failed"
|
failureProperty="tests.failed"
|
||||||
dir="src/test/test-files/"
|
dir="src/test/test-files/"
|
||||||
>
|
>
|
||||||
|
<jvmarg line="${args}"/>
|
||||||
<formatter type="brief" usefile="false" if="junit.details"/>
|
<formatter type="brief" usefile="false" if="junit.details"/>
|
||||||
<classpath refid="test.run.classpath"/>
|
<classpath refid="test.run.classpath"/>
|
||||||
<formatter type="xml"/>
|
<formatter type="xml"/>
|
||||||
|
|
Loading…
Reference in New Issue