[sdformat] 02/02: Restrict test suite only to amd64

Jose Luis Rivero jrivero-guest at moszumanska.debian.org
Thu May 8 23:51:20 UTC 2014


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

jrivero-guest pushed a commit to branch master
in repository sdformat.

commit 2f73b570073157580e0b9a4235675db34ae1a99e
Author: Jose Luis Rivero <jrivero at osrfoundation.org>
Date:   Thu May 8 23:48:04 2014 +0000

    Restrict test suite only to amd64
    
    For some unknown reason, test suite is failing with timeouts
    in all platform but amd64. It needs more debugging.
---
 debian/rules | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/debian/rules b/debian/rules
index a7b2472..ee2507b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,8 @@
 # dh-make output file, you may use that output file without restriction.
 # This special exception was added by Craig Small in version 0.37 of dh-make.
 
+DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
+
 .PHONY: override_dh_auto_configure \
         override_dh_auto_build-indep \
         override_dh_strip 
@@ -20,6 +22,13 @@ override_dh_auto_configure:
 
 override_dh_auto_build-indep:
 	dh_auto_build -- doc # Generate documentation.
+
+# Test suite is only able to run on amd64
+# Still needs debugging
+ifneq ($(DEB_BUILD_ARCH), amd64)
+override_dh_auto_test:
+	true
+endif
  
 override_dh_strip:
 	dh_strip -a --dbg-package=libsdformat2-dbg

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



More information about the debian-science-commits mailing list