]> review.fuel-infra Code Review - openstack-build/horizon-build.git/commitdiff
Do not allow unit tests to fail.
authorThomas Goirand <zigo@debian.org>
Sat, 18 Apr 2015 19:18:00 +0000 (21:18 +0200)
committerThomas Goirand <zigo@debian.org>
Sat, 18 Apr 2015 19:18:00 +0000 (21:18 +0200)
Rewritten-From: d852e589aff0e91f5be22131e453d8182eb71704

trusty/debian/rules

index f5034bd0fe4a563ad9b12db9c0e83be75aa446bd..d62af1154db90bac214221065b77713759ffddfc 100755 (executable)
@@ -62,5 +62,5 @@ override_dh_auto_clean:
 ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
 override_dh_auto_test:
        # We should add --compilemessages when the .mo are removed.
-       ./run_tests.sh --no-virtual-env --no-pep8 || true
+       ./run_tests.sh --no-virtual-env --no-pep8
 endif