projects
/
ocaml.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0659bf4
)
Disable the testsocket test, it tries to reach the net (Closes: #732951)
author
Matthias Klose
<doko@ubuntu.com>
Thu, 26 Dec 2013 21:12:28 +0000
(22:12 +0100)
committer
Stephane Glondu
<steph@glondu.net>
Sat, 17 May 2014 13:24:59 +0000
(15:24 +0200)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 667475ab3cde42011f21560a34386ffd5719c294..dc329ac79bda0f2c6ef0e5bc01b5450032f36d1b 100755
(executable)
--- 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