blob: d4946708c82bd6b161252334d99bde50b540a424 [file] [log] [blame]
Index: common-build.xml
===================================================================
--- common-build.xml (revision 804058)
+++ common-build.xml (working copy)
@@ -92,6 +92,8 @@
<property name="manifest.file" location="${common.dir}/build/MANIFEST.MF"/>
+ <property name="args" value=""/>
+
<!--
we attempt to exec svnversion to get details build information
for jar manifests. this property can be set at runtime to an
@@ -388,7 +390,9 @@
<assertions>
<enable package="org.apache.lucene"/>
</assertions>
-
+
+ <jvmarg line="${args}"/>
+
<!-- allow tests to control debug prints -->
<sysproperty key="tests.verbose" value="${tests.verbose}"/>