X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=trusty%2Fdebian%2Frules;h=48e55db96f28d70f1c07c9a37f66d79e8cd42206;hb=6f1ac728e062ab95655f221a9ed601b1f2ee3184;hp=cdea67b7b8d99521bbfa120d253b2c4c74c6cf24;hpb=40ababf7a3fe6165945c19605ae851b845199f3b;p=openstack-build%2Fceilometer-build.git diff --git a/trusty/debian/rules b/trusty/debian/rules index cdea67b..48e55db 100755 --- a/trusty/debian/rules +++ b/trusty/debian/rules @@ -36,6 +36,7 @@ override_dh_auto_clean: ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) override_dh_auto_test: - ./run-tests.sh || true + bash -x ./setup-test-env.sh python setup.py testr --slowest '(?!tests.test_bin)' || true + #./run-tests.sh || true #PYTHONPATH=. nosetests -P || true endif