[SCM] gsequencer/master: run integration tests using xvfb-run

jkraehemann-guest at users.alioth.debian.org jkraehemann-guest at users.alioth.debian.org
Fri Nov 24 14:47:01 UTC 2017


The following commit has been merged in the master branch:
commit 55d07b2beffc1fa4502f01d2f2505e76b2c4b4d2
Author: Joël Krähemann <jkraehemann at gmail.com>
Date:   Fri Nov 24 15:06:03 2017 +0100

    run integration tests using xvfb-run

diff --git a/debian/tests/ags-integration-test b/debian/tests/ags-integration-test
index 3e50774..6b00a45 100644
--- a/debian/tests/ags-integration-test
+++ b/debian/tests/ags-integration-test
@@ -4,4 +4,4 @@ set -e
 dpkg-source --before-build `pwd`
 dpkg-buildpackage -rfakeroot --target=pre-build
 dpkg-buildpackage -rfakeroot --target=common-configure-arch 2>/dev/null
-make ags-integration-test
+xvfb-run --server-args="-screen 0 1920x1080x24" make ags-integration-test

-- 
gsequencer packaging



More information about the pkg-multimedia-commits mailing list