From: Thomas Goirand Date: Fri, 17 Apr 2015 21:58:45 +0000 (+0200) Subject: Do not allow unit tests to fail anymore X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=e435d4488bf59d8609199da734f4b6a08f0c43f6;p=openstack-build%2Fcinder-build.git Do not allow unit tests to fail anymore Rewritten-From: b1a68cef337aed5dc2788d85308dd494c23f4015 --- diff --git a/xenial/debian/rules b/xenial/debian/rules index 6dbebf0bd..04b7904cb 100755 --- a/xenial/debian/rules +++ b/xenial/debian/rules @@ -9,7 +9,7 @@ export OSLO_PACKAGE_VERSION=$(VERSION) ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) override_dh_auto_test: - PYTHONPATH=$(CURDIR) bash run_tests.sh -N -P || true + PYTHONPATH=$(CURDIR) bash run_tests.sh -N -P endif override_dh_clean: