LUCENE-1806: add args to test macro (Jason Rutherglen via ehatcher)

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@804161 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2009-08-14 11:00:48 +00:00
parent 52d796013f
commit 5724eb4dc9

View File

@ -53,6 +53,9 @@
<pathelement location="${junit-location.jar}"/>
</path>
<!-- default arguments to pass to JVM executing tests -->
<property name="args" value=""/>
<property name="javac.deprecation" value="off"/>
<property name="javac.debug" value="on"/>
<property name="javac.source" value="1.4"/>
@ -389,6 +392,8 @@
<enable package="org.apache.lucene"/>
</assertions>
<jvmarg line="${args}"/>
<!-- allow tests to control debug prints -->
<sysproperty key="tests.verbose" value="${tests.verbose}"/>