From c41b60d91369599ca6044c84a0f9aabae384b63f Mon Sep 17 00:00:00 2001 From: kali Date: Thu, 31 Jan 2013 06:28:05 +0900 Subject: add xvfb as build-dep --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 198e923f..a3165e4f 100755 --- a/debian/rules +++ b/debian/rules @@ -23,7 +23,7 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) # XXX breaking git-buildpackage process # if we choose to run inside venv test-python%: - ./run_tests.sh + xvfb-run ./run_tests.sh override_dh_auto_test: $(PYTHON2:%=test-python%) $(PYTHON3:%=test-python%) endif -- cgit v1.2.3