]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Now using testrepository for the unit tests.
authorThomas Goirand <thomas@goirand.fr>
Wed, 25 Sep 2013 05:34:43 +0000 (13:34 +0800)
committerThomas Goirand <thomas@goirand.fr>
Wed, 25 Sep 2013 05:34:43 +0000 (13:34 +0800)
Rewritten-From: 103ae7e13c3f964931e7e7c0419b0fc3e3d0d3d1

xenial/debian/rules

index 1469158120f07bdf8fd9d8ffa69eea5d6235c3eb..72931f9431f7b982d2f990e048282fdae72de92d 100755 (executable)
@@ -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