[pdl] 06/06: Don't ignore test failures.

Bas Couwenberg sebastic at debian.org
Fri Jun 17 21:50:32 UTC 2016


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

sebastic pushed a commit to branch master
in repository pdl.

commit 8e39f638e339f2e5fd770afdafd9ec375c3059a5
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Jun 17 20:59:13 2016 +0200

    Don't ignore test failures.
---
 debian/changelog | 1 -
 debian/rules     | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7f74a51..0bc2793 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -28,7 +28,6 @@ pdl (1:2.016-1) UNRELEASED; urgency=medium
   * Use minimal dh rules.
   * Update perldl.conf for PDL 2.016.
   * Add libinline-c-perl to (build) dependencies.
-  * Ignore test failures to not fail the entire build.
   * Add patch to fix doc_vendor_install target by supporting DESTDIR.
   * Regenerate control files from templates in separate target.
   * Disable parallel dh_auto_install, race condition between make targets.
diff --git a/debian/rules b/debian/rules
index 36b7f1a..938e754 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,7 +40,7 @@ override_dh_auto_build:
 
 override_dh_auto_test:
 	@echo "BEGIN test verbose"
-	TEST_VERBOSE=1 LC_ALL=C dh_auto_test || echo "Ignoring test failures"
+	TEST_VERBOSE=1 LC_ALL=C dh_auto_test
 	@echo "END test verbose"
 
 override_dh_auto_install:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/pdl.git



More information about the Pkg-perl-cvs-commits mailing list