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:
Yonik Seeley 2009-01-29 21:13:55 +00:00
parent 0481f09609
commit c6dbc258cd
1 changed files with 1 additions and 0 deletions

View File

@ -359,6 +359,7 @@
failureProperty="tests.failed"
dir="src/test/test-files/"
>
<jvmarg line="${args}"/>
<formatter type="brief" usefile="false" if="junit.details"/>
<classpath refid="test.run.classpath"/>
<formatter type="xml"/>