From: Thomas Goirand Date: Tue, 1 Oct 2013 06:49:36 +0000 (+0800) Subject: Added --testr-args='--subunit ' when calling testr X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=8f34b4d4839a5316e1a758e150626c9a12d55795;p=openstack-build%2Fheat-build.git Added --testr-args='--subunit ' when calling testr Rewritten-From: a9227e3183c9a7e0746c23d03fbad5624a4ff660 --- 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: