[sfcgal] 03/04: Ignore test failures on mips{, el}, test times too long.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri May 27 10:29:04 UTC 2016


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

sebastic pushed a commit to branch master
in repository sfcgal.

commit a34144f96b90b668883ea60b3499b79c41db87e5
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Thu May 26 23:43:08 2016 +0200

    Ignore test failures on mips{,el}, test times too long.
---
 debian/changelog | 1 +
 debian/rules     | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index e399dcb..426f83b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ sfcgal (1.3.0-2~exp2) UNRELEASED; urgency=medium
 
   * Fix hardening flags via DEB_BUILD_MAINT_OPTIONS.
   * Skip tests on alpha, terminated after timeout.
+  * Ignore test failures on mips{,el}, test times too long.
 
  -- Bas Couwenberg <sebastic at debian.org>  Thu, 26 May 2016 22:42:20 +0200
 
diff --git a/debian/rules b/debian/rules
index d7dca99..ab26522 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,6 +24,8 @@ override_dh_auto_configure:
 override_dh_auto_test:
 ifneq (,$(findstring $(DEB_BUILD_ARCH),"alpha"))
 	# Skip tests
+else ifneq (,$(findstring $(DEB_BUILD_ARCH),"mips mipsel"))
+	dh_auto_test || echo "Ignoring test failures"
 else
 	dh_auto_test
 endif

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



More information about the Pkg-grass-devel mailing list