[heaptrack] 02/08: Do not override failing of unittests.

Anton Gladky gladk at moszumanska.debian.org
Wed May 3 20:34:20 UTC 2017


This is an automated email from the git hooks/post-receive script.

gladk pushed a commit to branch master
in repository heaptrack.

commit 80b8ee30a9a41ec8647597f6d88a1daeb3012bed
Author: Anton Gladky <gladk at debian.org>
Date:   Wed May 3 17:59:37 2017 +0200

    Do not override failing of unittests.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 0783fcc..80345c8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,6 @@ override_dh_auto_configure:
 # The "|| true" should be removed, when #860949 is resolved
 override_dh_auto_install:
 	dh_auto_install
-	cd $(BUILDDIR) ; $(MAKE) test ARGS=-VV || true
+	cd $(BUILDDIR) ; $(MAKE) test ARGS=-VV
 
 override_dh_auto_test:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/heaptrack.git



More information about the debian-science-commits mailing list