From: Ximin Luo Date: Thu, 20 Oct 2016 15:43:13 +0000 (+0200) Subject: Revert "Allow test retries; seeing spurious failures most likely due to parallel... X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~105 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a46e40d84520228f4c6a3bbb721205d4cc404359;p=ocaml.git Revert "Allow test retries; seeing spurious failures most likely due to parallel bugginess" This reverts commit 4fb3526cdf013f0a6b23eb93c2accd10b7250788. We're not actually running parallel tests and I found the real source of the problem. --- diff --git a/debian/rules b/debian/rules index 1b7e7fe4..4df28eb6 100755 --- 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