From 076fc00b8449018375466db10db11ccd1c27847b Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Sat, 18 Apr 2015 21:18:00 +0200 Subject: [PATCH] Do not allow unit tests to fail. Rewritten-From: d852e589aff0e91f5be22131e453d8182eb71704 --- trusty/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2