[SCM] gsequencer/master: run auto test by xvfb-run because of functional tests

jkraehemann-guest at users.alioth.debian.org jkraehemann-guest at users.alioth.debian.org
Thu Apr 13 09:30:30 UTC 2017


The following commit has been merged in the master branch:
commit 39235610f91679139f3e809d1bfc8901babe6d96
Author: Joël Krähemann <jkraehemann-guest at users.alioth.debian.org>
Date:   Thu Apr 13 11:11:33 2017 +0200

    run auto test by xvfb-run because of functional tests

diff --git a/debian/rules b/debian/rules
index c993d99..a0a0683 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,6 +26,9 @@ override_dh_auto_configure:
 	dh_auto_configure -- $(archconfflags)
 	$(MAKE) gen-symbols-all
 
+override_dh_auto_test:
+	xvfb-run --server-args="-screen 0 1920x1080x24" -a dh_auto_test
+
 override_dh_auto_install:
 	dh_auto_install
 	$(MAKE) DESTDIR=$$(pwd)/debian/tmp install-html

-- 
gsequencer packaging



More information about the pkg-multimedia-commits mailing list