Add more parameters to JUnit task.

This commit is contained in:
trifonnt 2010-03-26 11:14:57 +00:00
parent dcafbac332
commit 9e0fb85df1
1 changed files with 2 additions and 1 deletions

View File

@ -107,7 +107,8 @@
</target>
<target name="performance.test" depends="dist">
<junit>
<junit printsummary="no" fork="no" maxmemory="1024m" haltonfailure="yes">
<!--jvmarg value="-Djava.compiler=NONE"/-->
<classpath refid="class.path.test" />
<formatter type="brief" usefile="false" />
<test name="test.performance.MProductTest" />