From: Thomas Goirand Date: Tue, 5 Apr 2016 11:04:30 +0000 (+0000) Subject: Failed tests fails the build. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=7ad5ae5257162ae3f31334b03781fdd22defadb2;p=openstack-build%2Fneutron-build.git Failed tests fails the build. Rewritten-From: 215e14819af031bc60423d3a9fa1911e3a82d879 --- diff --git a/trusty/debian/changelog b/trusty/debian/changelog index eb36c406d..52fa5a57a 100644 --- a/trusty/debian/changelog +++ b/trusty/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/trusty/debian/rules b/trusty/debian/rules index b3bf6c1fc..c989b446a 100755 --- a/trusty/debian/rules +++ b/trusty/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: