]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Added --testr-args='--subunit ' when calling testr
authorThomas Goirand <thomas@goirand.fr>
Tue, 1 Oct 2013 06:49:36 +0000 (14:49 +0800)
committerThomas Goirand <thomas@goirand.fr>
Tue, 1 Oct 2013 06:49:36 +0000 (14:49 +0800)
Rewritten-From: a9227e3183c9a7e0746c23d03fbad5624a4ff660

trusty/debian/rules

index 33662e1ed5eae9a62eb38e2a821e111f95861e60..44c5603cb8cc23c24173f10ce424d6ca20301827 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 || true
+       python setup.py testr --slowest --testr-args='--subunit  ' || true
 endif
 
 override_dh_clean: