From: Thomas Goirand Date: Wed, 25 Mar 2015 21:55:39 +0000 (+0100) Subject: Added PYTHONPATH=. before ./run_tests.sh X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=43362a299d4e6e9b3849c71d5086b6069db631e7;p=openstack-build%2Fneutron-build.git Added PYTHONPATH=. before ./run_tests.sh Rewritten-From: a690adc66b5ea37d343949c19c085df9648468c6 --- 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: