Skip to content
Snippets Groups Projects
Commit 71e7b491 authored by tjc's avatar tjc
Browse files

set headless

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@15736 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent f4bfdfc9
No related branches found
No related tags found
No related merge requests found
...@@ -83,6 +83,7 @@ ...@@ -83,6 +83,7 @@
<echo>Running test with EMBOSS_ROOT=${EMBOSS_ROOT}</echo> <echo>Running test with EMBOSS_ROOT=${EMBOSS_ROOT}</echo>
<junit description="alltests" fork="yes"> <junit description="alltests" fork="yes">
<jvmarg value="-DEMBOSS_ROOT=${EMBOSS_ROOT}"/> <jvmarg value="-DEMBOSS_ROOT=${EMBOSS_ROOT}"/>
<jvmarg value="-Djava.awt.headless=true"/>
<batchtest todir="${build.dest.tests}"> <batchtest todir="${build.dest.tests}">
<fileset dir="${build.src.tests}"> <fileset dir="${build.src.tests}">
<include name="uk/ac/sanger/artemis/**/**Test.java"/> <include name="uk/ac/sanger/artemis/**/**Test.java"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment