From a3be57c35c871151606f533289dbbe5e31bcd88d Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Wed, 25 Sep 2013 13:34:43 +0800 Subject: [PATCH] Now using testrepository for the unit tests. Rewritten-From: 103ae7e13c3f964931e7e7c0419b0fc3e3d0d3d1 --- trusty/debian/rules | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 -- 2.45.2