X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=trusty%2Fdebian%2Frules;h=0ab18541ea815a1f8e73c9a40edef5cba0d27268;hb=701389b87f42551e0d5d337e3545cc7f566b20af;hp=0e851ad9c3ca43d97b256eba62351ed08e396bac;hpb=4b2d463173c0a619e2c88945e288a2910925c1c4;p=openstack-build%2Fceilometer-build.git 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