From e0f359f6bc9529de7363590a4e331f4e58c780d1 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 --- xenial/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xenial/debian/rules b/xenial/debian/rules index 44c5603c..01441438 100755 --- a/xenial/debian/rules +++ b/xenial/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