From 6c1d010f30eee3d0b8057c2b32c84094b65ade9c Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Tue, 8 Oct 2013 08:35:21 +0000 Subject: [PATCH] Switch back to use ./run_tests.sh Rewritten-From: c4cf7214a42e8014236b95f6a566e5f1c3ea889c --- trusty/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.45.2