Set -Djava.awt.headless=true for ant test

Makes running tests less annoying with OS X/Java7
This commit is contained in:
Aleksey Yeschenko 2013-06-04 04:42:07 +03:00
parent 2dd73d1710
commit 99824496aa
1 changed files with 1 additions and 0 deletions

View File

@ -1048,6 +1048,7 @@
<jvmarg value="-Dstorage-config=${test.conf}"/> <jvmarg value="-Dstorage-config=${test.conf}"/>
<jvmarg value="-Daccess.properties=${test.conf}/access.properties"/> <jvmarg value="-Daccess.properties=${test.conf}/access.properties"/>
<jvmarg value="-Dlog4j.configuration=log4j-junit.properties" /> <jvmarg value="-Dlog4j.configuration=log4j-junit.properties" />
<jvmarg value="-Djava.awt.headless=true"/>
<jvmarg value="-javaagent:${basedir}/lib/jamm-0.2.5.jar" /> <jvmarg value="-javaagent:${basedir}/lib/jamm-0.2.5.jar" />
<jvmarg value="-ea"/> <jvmarg value="-ea"/>
<optjvmargs/> <optjvmargs/>