I'm committing an old edit that may or may not help headless tests --
they seemed fine anyway, but what's the harm?
This commit is contained in:
parent
8411ebe932
commit
fcb0c57792
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@
|
|||
<target name="run-headless-junit-tests"
|
||||
description="Assuming that compilation of appropriate classes has been done, this target runs all the JUnit tests in the project.">
|
||||
<junit fork="no" printsummary="yes" haltonfailure="yes" haltonerror="yes">
|
||||
<sysproperty key="java.awt.headless" value="true"/>
|
||||
<classpath>
|
||||
<pathelement location="${junitbin}"/>
|
||||
<path refid="entire.class.path"/>
|
||||
|
|
Loading…
Reference in a new issue