Fails build on unit test failures.
authorThomas Goirand <thomas@goirand.fr>
Thu, 21 Jan 2016 03:01:42 +0000 (03:01 +0000)
committerThomas Goirand <thomas@goirand.fr>
Thu, 21 Jan 2016 03:01:42 +0000 (03:01 +0000)
debian/changelog
debian/rules

index bbda0770191d7e1fb8b3349f38385f5cebbae2bb..7aaed7b79e9c5afc36b2bd2fa4e45e37a387e727 100644 (file)
@@ -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 <zigo@debian.org>  Fri, 04 Dec 2015 09:03:42 +0100
 
index 412324a8d38eaafdd52fcc649442163851248a95..f735d9ef1e0ac2c8e51251b6ff9eaa123b3b8872 100755 (executable)
@@ -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: