summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArto Jantunen <viiru@debian.org>2019-07-10 20:08:34 +0300
committerArto Jantunen <viiru@debian.org>2019-07-10 20:16:13 +0300
commitb2cb6bb63ac4b4702d080db43cd6e3afa7d82ae1 (patch)
tree6dc8c6a5d821431e8afc40e65b518498fc6e58b7
parenta03c0f554af4a979e2141f58471fd75e9a4283bd (diff)
Use xvfb when running the tests
GTK needs to load for these to work.
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 9a83958..27193aa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,4 +6,4 @@ export PYBUILD_VERSIONS=2.7
dh $@ --with python2 --buildsystem=pybuild
override_dh_auto_test:
- TZ=Europe/Kaliningrad LC_ALL=en_US.UTF-8 dh_auto_test
+ TZ=Europe/Kaliningrad LC_ALL=en_US.UTF-8 xvfb-run dh_auto_test