[mpich] 02/03: Disable auto-test on hurd-i386.
Anton Gladky
gladk at alioth.debian.org
Wed Oct 2 20:01:07 UTC 2013
This is an automated email from the git hooks/post-receive script.
gladk pushed a commit to branch master
in repository mpich.
commit d2df217eed6d6f6ac98be4115980b7b9ca9c3109
Author: Anton Gladky <gladk at debian.org>
Date: Wed Oct 2 21:36:50 2013 +0200
Disable auto-test on hurd-i386.
---
debian/rules | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/debian/rules b/debian/rules
index 44af780..45b057a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -63,3 +63,12 @@ override_dh_installchangelogs:
override_dh_installdeb:
dh_installdeb
sed -i 's:TRIPLET:$(DEB_HOST_MULTIARCH):g' debian/libmpich-dev/DEBIAN/postinst
+
+# Some tests are failing on hurd-i386.
+# Disable them, to be investiated later
+disable_test_archs = hurd-i386
+ifneq (,$(filter $(DEB_HOST_ARCH),$(disable_test_archs)))
+override_dh_auto_test:
+
+endif
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mpich.git
More information about the debian-science-commits
mailing list