From: Thomas Goirand Date: Sat, 18 Apr 2015 19:18:00 +0000 (+0200) Subject: Do not allow unit tests to fail. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=076fc00b8449018375466db10db11ccd1c27847b;p=openstack-build%2Fhorizon-build.git Do not allow unit tests to fail. Rewritten-From: d852e589aff0e91f5be22131e453d8182eb71704 --- diff --git a/trusty/debian/rules b/trusty/debian/rules index f5034bd..d62af11 100755 --- a/trusty/debian/rules +++ b/trusty/debian/rules @@ -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