From: Thomas Goirand Date: Mon, 29 Jul 2013 08:33:23 +0000 (+0800) Subject: Now using run-tests.sh instead of nosetests X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=34427dbff9244dcc856b3b0a3f2f2017e7ab3c03;p=openstack-build%2Fceilometer-build.git Now using run-tests.sh instead of nosetests Change-Id: Ibce7d06c6bc8384ee1c3c4efb19eab1e7b35482c Rewritten-From: 923ce8c2a8fcba570bbc2280694cef4994afdfda --- diff --git a/xenial/debian/rules b/xenial/debian/rules index 0e851ad..0ab1854 100755 --- a/xenial/debian/rules +++ b/xenial/debian/rules @@ -35,5 +35,6 @@ override_dh_auto_clean: ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) override_dh_auto_test: - PYTHONPATH=. nosetests -P || true + ./run-tests.sh || true + #PYTHONPATH=. nosetests -P || true endif