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=701389b87f42551e0d5d337e3545cc7f566b20af;p=openstack-build%2Fceilometer-build.git Now using run-tests.sh instead of nosetests Change-Id: Ibce7d06c6bc8384ee1c3c4efb19eab1e7b35482c Rewritten-From: 923ce8c2a8fcba570bbc2280694cef4994afdfda --- diff --git a/trusty/debian/rules b/trusty/debian/rules index 0e851ad..0ab1854 100755 --- a/trusty/debian/rules +++ b/trusty/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