projects
/
ocaml.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cee67b
)
Properly disable almabench test on slow architectures
author
Stephane Glondu
<steph@glondu.net>
Wed, 24 Jul 2019 07:03:42 +0000
(09:03 +0200)
committer
Stephane Glondu
<steph@glondu.net>
Wed, 24 Jul 2019 07:30:31 +0000
(09:30 +0200)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 634eeac2d9f76e880ce1119bb00062658d70fca7..7c69f5b854a47cac8cc9a573575b276a78b7bd3e 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-258,6
+258,7
@@
ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
rm -rf testsuite/tests/tool-debugger/find-artifacts/
rm -rf testsuite/tests/tool-debugger/no_debug_event/
ifneq (,$(filter $(DEB_BUILD_ARCH),$(SLOW_ARCHITECTURES)))
+ sed -i /almabench.ml/d testsuite/tests/misc-unsafe/ocamltests
rm -f testsuite/tests/misc-unsafe/almabench.ml
endif
ifeq (,$(DEB_TEST_BUILD_PREFIX))