25 lines
784 B
Diff
25 lines
784 B
Diff
From c0f33e9ed0a5cfd79b58487c2a36c9b880b49947 Mon Sep 17 00:00:00 2001
|
|
From: Michael Simacek <msimacek@redhat.com>
|
|
Date: Mon, 16 Jan 2017 11:32:32 +0100
|
|
Subject: [PATCH 3/6] Tests headless
|
|
|
|
---
|
|
build.xml | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/build.xml b/build.xml
|
|
index 63a9cc7..ab9cf52 100644
|
|
--- a/build.xml
|
|
+++ b/build.xml
|
|
@@ -1128,6 +1128,7 @@ osname=macosx;processor=x86;processor=x86-64;processor=ppc
|
|
<sysproperty key="jna.builddir" file="${build}"/>
|
|
<sysproperty key="jna.nativedir" file="${build.native}"/>
|
|
<jvmarg value="${vmopt.arch}"/>
|
|
+ <jvmarg value="-Djava.awt.headless=true"/>
|
|
<classpath><path refid="test.runpath"/></classpath>
|
|
<formatter type="brief" usefile="false"/>
|
|
<formatter type="xml"/>
|
|
--
|
|
2.14.3
|
|
|