Blame SOURCES/0003-Tests-headless.patch

220db9
From c0f33e9ed0a5cfd79b58487c2a36c9b880b49947 Mon Sep 17 00:00:00 2001
220db9
From: Michael Simacek <msimacek@redhat.com>
220db9
Date: Mon, 16 Jan 2017 11:32:32 +0100
220db9
Subject: [PATCH 3/6] Tests headless
220db9
220db9
---
220db9
 build.xml | 1 +
220db9
 1 file changed, 1 insertion(+)
220db9
220db9
diff --git a/build.xml b/build.xml
220db9
index d5c2bbc..835c02b 100644
220db9
--- a/build.xml
220db9
+++ b/build.xml
220db9
@@ -1202,6 +1202,7 @@ cd ..
220db9
       <sysproperty key="jna.nosys" value="true"/>
220db9
       <sysproperty key="jna.builddir" file="${build}"/>
220db9
       <sysproperty key="jna.nativedir" file="${build.native}"/>
220db9
+      <jvmarg value="-Djava.awt.headless=true"/>
220db9
       <classpath><path refid="test.runpath"/></classpath>
220db9
       <formatter type="brief" usefile="false"/>
220db9
       <formatter type="xml"/>
220db9
-- 
220db9
2.20.1
220db9