From e0938031abb0f5e7f644966fdaab91d52313aa39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20P=2E=20M=C3=B6ller?= Date: Sat, 18 Apr 2020 22:57:26 -0400 Subject: [PATCH] added xvfb-run to tests --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/rules b/debian/rules index 3c213a2..adbbc80 100755 --- a/debian/rules +++ b/debian/rules @@ -5,3 +5,6 @@ export PYBUILD_NAME=lubuntu-breeze-color %: dh $@ --with python3 --buildsystem=pybuild + +override_dh_auto_test: + xvfb-run dh_auto_test