From b1a68cef337aed5dc2788d85308dd494c23f4015 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Fri, 17 Apr 2015 23:58:45 +0200 Subject: [PATCH] Do not allow unit tests to fail anymore --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 6dbebf0bd..04b7904cb 100755 --- a/debian/rules +++ b/debian/rules @@ -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: -- 2.45.2