projects
/
ocaml.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7021461
)
Fix disabling sockets test
author
Stephane Glondu
<steph@glondu.net>
Thu, 11 Jul 2019 11:22:04 +0000
(13:22 +0200)
committer
Stephane Glondu
<steph@glondu.net>
Thu, 11 Jul 2019 12:18:02 +0000
(14:18 +0200)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 718a4e6095ac7338dc5445b6c62acfe39eb24ae5..5b4e5dc0164e15dfd59bdce0a6fc085ae4e71018 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-248,7
+248,8
@@
SLOW_ARCHITECTURES := armel armhf ia64 mips mipsel powerpc powerpcspe sparc
override_dh_auto_test:
ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
: # tries to connect the net
- rm -f testsuite/tests/lib-threads/testsocket.*
+ sed -i /sockets.ml/d testsuite/tests/lib-threads/ocamltests
+ rm -f testsuite/tests/lib-threads/sockets.*
: # FIXME: the following tests fail, we temporarily disable them
rm -rf testsuite/tests/tool-debugger/basic/
rm -rf testsuite/tests/tool-debugger/find-artifacts/