[Pkg-owncloud-commits] [owncloud-client] 04/15: Add some extensions for xvfb to pass the tests.

Sandro Knauß hefee at debian.org
Sat Dec 30 23:56:09 UTC 2017


This is an automated email from the git hooks/post-receive script.

hefee pushed a commit to branch master
in repository owncloud-client.

commit 682a6f18d925aeb446f9c98802103d4923049b42
Author: Sandro Knauß <hefee at debian.org>
Date:   Sat Dec 16 18:26:37 2017 +0100

    Add some extensions for xvfb to pass the tests.
---
 debian/changelog | 2 +-
 debian/rules     | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c4c8a2c..8a8fcd3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
 owncloud-client (2.4.0~rc2+dfsg-2) UNRELEASED; urgency=medium
 
-  * 
+  * Add some extensions for xvfb to pass the tests.
 
  -- Sandro Knauß <hefee at debian.org>  Sat, 16 Dec 2017 18:24:30 +0100
 
diff --git a/debian/rules b/debian/rules
index fd3f500..072e22f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,9 @@ override_dh_auto_build-arch:
 override_dh_auto_test-arch:
 ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
 	mkdir -p obj-$(DEB_HOST_GNU_TYPE)/config
-	LC_ALL=C.UTF-8 XDG_CONFIG_HOME=$(CURDIR)/obj-$(DEB_HOST_GNU_TYPE)/config xvfb-run -- dh_auto_test --no-parallel
+	LC_ALL=C.UTF-8 XDG_CONFIG_HOME=$(CURDIR)/obj-$(DEB_HOST_GNU_TYPE)/config xvfb-run -a \
+	       -s "-screen 0 1024x768x24 +extension RANDR +extension RENDER +extension GLX" \
+	       -- dh_auto_test --no-parallel
 	rm -r obj-$(DEB_HOST_GNU_TYPE)/config
 else
 	@echo "** tests disabled"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list