Blame SOURCES/0003-Tests-headless.patch

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