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 <d...@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

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to