[nco] 19/32: Ignore test failures instead of disabling them.

Bas Couwenberg sebastic at xs4all.nl
Mon Jan 19 00:00:38 UTC 2015


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

sebastic-guest pushed a commit to branch master
in repository nco.

commit a824eb3fc33b86615e458e5385a35b0df090d6db
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Jan 18 18:55:59 2015 +0100

    Ignore test failures instead of disabling them.
---
 debian/changelog | 1 +
 debian/rules     | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 3573840..9fed676 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ nco (4.4.7-1) UNRELEASED; urgency=medium
   * Restructure control file with cme.
   * Update Vcs-Browser URL to use cgit instead of gitweb.
   * Update copyright file using copyright-format 1.0.
+  * Ignore test failures instead of disabling them.
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Sun, 18 Jan 2015 16:40:05 +0100
 
diff --git a/debian/rules b/debian/rules
index b9918ed..796712b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,8 +36,9 @@ override_dh_auto_clean:
         doc/nco.info-2 \
         doc/nco.info-3
 
-# currently the check phase badly fails
 override_dh_auto_test:
+	# currently the check phase badly fails
+	dh_auto_test || echo "Ignoring test failures"
 
 override_dh_auto_install:
 	dh_auto_install

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/nco.git



More information about the Pkg-grass-devel mailing list