From 43362a299d4e6e9b3849c71d5086b6069db631e7 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 --- trusty/debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trusty/debian/rules b/trusty/debian/rules index 8f82c5964..a718c4be8 100755 --- a/trusty/debian/rules +++ b/trusty/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