From 8f34b4d4839a5316e1a758e150626c9a12d55795 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Tue, 1 Oct 2013 14:49:36 +0800 Subject: [PATCH] Added --testr-args='--subunit ' when calling testr Rewritten-From: a9227e3183c9a7e0746c23d03fbad5624a4ff660 --- xenial/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xenial/debian/rules b/xenial/debian/rules index 33662e1e..44c5603c 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 || true + python setup.py testr --slowest --testr-args='--subunit ' || true endif override_dh_clean: -- 2.45.2