From 1c85b76527f85cc5b60a9137cc2b1aac73fa4f43 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Tue, 5 Apr 2016 11:04:30 +0000 Subject: [PATCH] Failed tests fails the build. Rewritten-From: 215e14819af031bc60423d3a9fa1911e3a82d879 --- 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 eb36c406d..52fa5a57a 100644 --- a/xenial/debian/changelog +++ b/xenial/debian/changelog @@ -4,6 +4,7 @@ neutron (2:8.0.0~rc3-1) unstable; urgency=medium * Uploading to unstable. * Fixed (build-)depends for this release. * Added missing copyright holders (Closes: #816208). + * Failed tests fails the build. -- Thomas Goirand Tue, 05 Apr 2016 10:07:40 +0200 diff --git a/xenial/debian/rules b/xenial/debian/rules index b3bf6c1fc..c989b446a 100755 --- a/xenial/debian/rules +++ b/xenial/debian/rules @@ -174,7 +174,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