From: Thomas Goirand Date: Wed, 25 Sep 2013 05:34:43 +0000 (+0800) Subject: Now using testrepository for the unit tests. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=a3be57c35c871151606f533289dbbe5e31bcd88d;p=openstack-build%2Fheat-build.git Now using testrepository for the unit tests. Rewritten-From: 103ae7e13c3f964931e7e7c0419b0fc3e3d0d3d1 --- diff --git a/trusty/debian/rules b/trusty/debian/rules index 14691581..72931f94 100755 --- a/trusty/debian/rules +++ b/trusty/debian/rules @@ -1,9 +1,6 @@ #!/usr/bin/make -f -#export DH_VERBOSE=1 - include /usr/share/openstack-pkg-tools/pkgos.make - export OSLO_PACKAGE_VERSION=$(VERSION) %: @@ -11,10 +8,9 @@ export OSLO_PACKAGE_VERSION=$(VERSION) ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) override_dh_auto_test: - ./run_tests.sh -u || true + python setup.py testr --slowest endif - override_dh_clean: dh_clean rm -rf heat.egg-info