From: Matthias Klose Date: Thu, 26 Dec 2013 21:12:28 +0000 (+0100) Subject: Disable the testsocket test, it tries to reach the net (Closes: #732951) X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~178 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a74e6c266689daa5e346cc80c962aab4326bae18;p=ocaml.git Disable the testsocket test, it tries to reach the net (Closes: #732951) --- diff --git a/debian/rules b/debian/rules index 667475ab..dc329ac7 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