From 1ed557750688364550b1b1ff33e0ba5586e1200f Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Wed, 25 Mar 2015 22:55:39 +0100 Subject: [PATCH] Added PYTHONPATH=. before ./run_tests.sh Rewritten-From: a690adc66b5ea37d343949c19c085df9648468c6 --- xenial/debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xenial/debian/rules b/xenial/debian/rules index 8f82c5964..a718c4be8 100755 --- a/xenial/debian/rules +++ b/xenial/debian/rules @@ -57,9 +57,9 @@ override_dh_clean: dh_clean find . -type f -name "*.pyc" -delete -ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) override_dh_auto_test: - ./run_tests.sh -N -P || true +ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) + PYTHONPATH=. ./run_tests.sh -N -P || true endif override_dh_auto_build: -- 2.45.2