From a46e40d84520228f4c6a3bbb721205d4cc404359 Mon Sep 17 00:00:00 2001 From: Ximin Luo Date: Thu, 20 Oct 2016 17:43:13 +0200 Subject: [PATCH] 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. --- debian/rules | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.30.2