projects
/
ocaml.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
415405c
)
Revert "Allow test retries; seeing spurious failures most likely due to parallel...
author
Ximin Luo
<infinity0@debian.org>
Thu, 20 Oct 2016 15:43:13 +0000
(17:43 +0200)
committer
Ximin Luo
<infinity0@debian.org>
Thu, 20 Oct 2016 15:43:13 +0000
(17:43 +0200)
This reverts commit
4fb3526cdf013f0a6b23eb93c2accd10b7250788
.
We're not actually running parallel tests and I found the real source of the problem.
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 1b7e7fe40de62b0c99b24a94e44550dd9053f8db..4df28eb6f59b5b3c6d03f87e6f8b76ed1387e419 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-289,7
+289,6
@@
ifneq (,$(filter $(DEB_BUILD_ARCH),$(SLOW_ARCHITECTURES)))
rm -f testsuite/tests/misc-unsafe/almabench.ml
endif
ifeq (,$(DEB_TEST_BUILD_PREFIX))
-# Allow test retries; seeing spurious failures most likely due to parallel bugginess
- cd testsuite && make MAX_TESTSUITE_DIR_RETRIES=3 all
+ cd testsuite && make all
endif
endif