allow junit.mx override
This commit is contained in:
parent
ed7562c0c7
commit
ddebab492b
|
@ -385,9 +385,11 @@
|
||||||
<arg value="version"/>
|
<arg value="version"/>
|
||||||
</java>
|
</java>
|
||||||
|
|
||||||
|
<property name="junit.mx" value="-Dcom.sun.management.jmxremote"/>
|
||||||
|
|
||||||
<junit printsummary="yes" fork="yes"
|
<junit printsummary="yes" fork="yes"
|
||||||
haltonfailure="yes" showoutput="true">
|
haltonfailure="yes" showoutput="true">
|
||||||
<jvmarg line="${junit.args} -Dcom.sun.management.jmxremote"/>
|
<jvmarg line="${junit.args} ${junit.mx}"/>
|
||||||
|
|
||||||
<classpath refid="alljars"/>
|
<classpath refid="alljars"/>
|
||||||
<formatter type="xml"/>
|
<formatter type="xml"/>
|
||||||
|
|
Loading…
Reference in New Issue