Blame SOURCES/0003-Tests-headless.patch

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