pass ANT_OPTS to junit (e.g. -d64)
This commit is contained in:
parent
2f65249d52
commit
1e3890d2fe
|
@ -337,7 +337,7 @@
|
||||||
|
|
||||||
<junit printsummary="yes" fork="yes"
|
<junit printsummary="yes" fork="yes"
|
||||||
haltonfailure="yes" showoutput="true">
|
haltonfailure="yes" showoutput="true">
|
||||||
<jvmarg value="-Dsigar.fqdn=${sigar.fqdn}"/>
|
<jvmarg line="${env.ANT_OPTS} -Dsigar.fqdn=${sigar.fqdn}"/>
|
||||||
|
|
||||||
<classpath refid="alljars"/>
|
<classpath refid="alljars"/>
|
||||||
<formatter type="xml"/>
|
<formatter type="xml"/>
|
||||||
|
|
Loading…
Reference in New Issue