From ae6fad8cc01685cd21e3965d898203f4ce1d7908 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Thu, 21 Jan 2016 03:01:42 +0000 Subject: [PATCH] Fails build on unit test failures. Rewritten-From: 934fb365675914936b2a6e8af06289d8edd30450 --- xenial/debian/changelog | 1 + xenial/debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/xenial/debian/changelog b/xenial/debian/changelog index bbda07701..7aaed7b79 100644 --- a/xenial/debian/changelog +++ b/xenial/debian/changelog @@ -12,6 +12,7 @@ neutron (1:8.0.0~b2-1) experimental; urgency=medium * Fixed too long lines in long description. * Removed all shlibs:Depends from debian/control. * Removed neutron-common.links (for symlink to /var/lib/quantum). + * Fails build on unit test failures. -- Thomas Goirand Fri, 04 Dec 2015 09:03:42 +0100 diff --git a/xenial/debian/rules b/xenial/debian/rules index 412324a8d..f735d9ef1 100755 --- a/xenial/debian/rules +++ b/xenial/debian/rules @@ -101,7 +101,7 @@ override_dh_clean: override_dh_auto_test: ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) - PYTHONPATH=build/* ./run_tests.sh -N -P || true + PYTHONPATH=build/* ./run_tests.sh -N -P endif override_dh_auto_build: -- 2.45.2