]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Switch back to use ./run_tests.sh
authorThomas Goirand <thomas@goirand.fr>
Tue, 8 Oct 2013 08:35:21 +0000 (08:35 +0000)
committerThomas Goirand <thomas@goirand.fr>
Tue, 8 Oct 2013 08:36:43 +0000 (08:36 +0000)
Rewritten-From: c4cf7214a42e8014236b95f6a566e5f1c3ea889c

xenial/debian/rules

index 44c5603cb8cc23c24173f10ce424d6ca20301827..014414386993bb04490ea85c73e5bf3bf7931b85 100755 (executable)
@@ -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: