Disable the testsocket test, it tries to reach the net (Closes: #732951)
authorMatthias Klose <doko@ubuntu.com>
Thu, 26 Dec 2013 21:12:28 +0000 (22:12 +0100)
committerStephane Glondu <steph@glondu.net>
Sat, 17 May 2014 13:24:59 +0000 (15:24 +0200)
debian/rules

index 667475ab3cde42011f21560a34386ffd5719c294..dc329ac79bda0f2c6ef0e5bc01b5450032f36d1b 100755 (executable)
@@ -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