Skip to content

Commit

Permalink
Run junit as headless.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmay committed Aug 5, 2013
1 parent 19d5248 commit fb59fae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.xml
Expand Up @@ -1115,6 +1115,7 @@

<mkdir dir="${reports.tests}"/>
<junit printsummary="yes" haltonfailure="no" fork="yes" maxmemory="256m">
<sysproperty key="java.awt.headless" value="true"/>
<classpath>
<fileset dir="${lib}" >
<exclude name="**/*" unless="module.libdepends.present" />
Expand Down

0 comments on commit fb59fae

Please sign in to comment.