projects
/
ocaml.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96f37ae
)
Run tests with OCAML_TEST_SIZE=1
author
Stéphane Glondu
<glondu@debian.org>
Wed, 15 Jan 2025 07:21:39 +0000
(08:21 +0100)
committer
Stéphane Glondu
<glondu@debian.org>
Wed, 15 Jan 2025 07:21:39 +0000
(08:21 +0100)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 92665f70c6abfa77f7f0edf33805dea409112180..7de995a992370a0d0c0803052444961e48c2e564 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-284,7
+284,7
@@
ifneq (,$(filter $(DEB_BUILD_ARCH),$(SLOW_ARCHITECTURES)))
rm -f testsuite/tests/misc-unsafe/almabench.ml
endif
ifeq (,$(DEB_TEST_BUILD_PREFIX))
- make tests $(IGNORE_TESTS_FAILURE)
+
OCAML_TEST_SIZE=1
make tests $(IGNORE_TESTS_FAILURE)
endif
endif