From: Thomas Goirand Date: Tue, 8 Oct 2013 08:35:21 +0000 (+0000) Subject: Switch back to use ./run_tests.sh X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=6c1d010f30eee3d0b8057c2b32c84094b65ade9c;p=openstack-build%2Fheat-build.git Switch back to use ./run_tests.sh Rewritten-From: c4cf7214a42e8014236b95f6a566e5f1c3ea889c --- diff --git a/trusty/debian/rules b/trusty/debian/rules index 44c5603c..01441438 100755 --- a/trusty/debian/rules +++ b/trusty/debian/rules @@ -8,7 +8,7 @@ export OSLO_PACKAGE_VERSION=$(VERSION) ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) override_dh_auto_test: - python setup.py testr --slowest --testr-args='--subunit ' || true + ./run_tests.sh || true endif override_dh_clean: