projects
/
ocaml.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc2d712
)
Allow test retries; seeing spurious failures most likely due to parallel bugginess
author
Ximin Luo
<infinity0@debian.org>
Thu, 20 Oct 2016 09:57:29 +0000
(11:57 +0200)
committer
Ximin Luo
<infinity0@debian.org>
Thu, 20 Oct 2016 09:57:29 +0000
(11:57 +0200)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 4df28eb6f59b5b3c6d03f87e6f8b76ed1387e419..1b7e7fe40de62b0c99b24a94e44550dd9053f8db 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-289,6
+289,7
@@
ifneq (,$(filter $(DEB_BUILD_ARCH),$(SLOW_ARCHITECTURES)))
rm -f testsuite/tests/misc-unsafe/almabench.ml
endif
ifeq (,$(DEB_TEST_BUILD_PREFIX))
- cd testsuite && make all
+# Allow test retries; seeing spurious failures most likely due to parallel bugginess
+ cd testsuite && make MAX_TESTSUITE_DIR_RETRIES=3 all
endif
endif