pass ANT_OPTS to junit (e.g. -d64)

This commit is contained in:
Doug MacEachern 2008-07-13 00:47:25 +00:00
parent 2f65249d52
commit 1e3890d2fe
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@
<junit printsummary="yes" fork="yes"
haltonfailure="yes" showoutput="true">
<jvmarg value="-Dsigar.fqdn=${sigar.fqdn}"/>
<jvmarg line="${env.ANT_OPTS} -Dsigar.fqdn=${sigar.fqdn}"/>
<classpath refid="alljars"/>
<formatter type="xml"/>