[Pkg-ocaml-maint-commits] [ocaml] 04/05: Disable the testsocket test, it tries to reach the net (Closes: #732951)

Stéphane Glondu glondu at moszumanska.debian.org
Sat May 17 20:04:07 UTC 2014


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

glondu pushed a commit to branch master
in repository ocaml.

commit a74e6c266689daa5e346cc80c962aab4326bae18
Author: Matthias Klose <doko at ubuntu.com>
Date:   Thu Dec 26 22:12:28 2013 +0100

    Disable the testsocket test, it tries to reach the net (Closes: #732951)
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index 667475a..dc329ac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -286,6 +286,8 @@ SLOW_ARCHITECTURES := armel armhf ia64 mips mipsel powerpc powerpcspe sparc
 .PHONY: override_dh_auto_test
 override_dh_auto_test:
 ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
+	: # tries to connect the net
+	rm -f testsuite/tests/lib-threads/testsocket.*
 ifneq (,$(filter $(DEB_BUILD_ARCH),$(SLOW_ARCHITECTURES)))
 	rm -f testsuite/tests/misc-unsafe/almabench.ml
 endif

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



More information about the Pkg-ocaml-maint-commits mailing list