]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Do not allow unit tests to fail anymore
authorThomas Goirand <zigo@debian.org>
Fri, 17 Apr 2015 21:58:45 +0000 (23:58 +0200)
committerThomas Goirand <zigo@debian.org>
Fri, 17 Apr 2015 21:58:45 +0000 (23:58 +0200)
debian/rules

index 6dbebf0bd629d6272890eec240eee29771f65085..04b7904cb60d8f9ef161376695ca87710cd31770 100755 (executable)
@@ -9,7 +9,7 @@ export OSLO_PACKAGE_VERSION=$(VERSION)
 
 ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
 override_dh_auto_test:
-       PYTHONPATH=$(CURDIR) bash run_tests.sh -N -P || true
+       PYTHONPATH=$(CURDIR) bash run_tests.sh -N -P
 endif
 
 override_dh_clean: