Failed tests fails the build.
authorThomas Goirand <thomas@goirand.fr>
Tue, 5 Apr 2016 11:04:30 +0000 (11:04 +0000)
committerThomas Goirand <thomas@goirand.fr>
Tue, 5 Apr 2016 11:04:30 +0000 (11:04 +0000)
Rewritten-From: 215e14819af031bc60423d3a9fa1911e3a82d879

trusty/debian/changelog
trusty/debian/rules

index eb36c406df8d1b4742912930aba3f13559c667b1..52fa5a57aa93fe7e75099197b9b0cf3225bf997b 100644 (file)
@@ -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 <zigo@debian.org>  Tue, 05 Apr 2016 10:07:40 +0200
 
index b3bf6c1fce746657b638bfe3381fbd890587b10f..c989b446a153dc4aabab82d5220ee53bf0068066 100755 (executable)
@@ -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: