Allow test retries; seeing spurious failures most likely due to parallel bugginess
authorXimin Luo <infinity0@debian.org>
Thu, 20 Oct 2016 09:57:29 +0000 (11:57 +0200)
committerXimin Luo <infinity0@debian.org>
Thu, 20 Oct 2016 09:57:29 +0000 (11:57 +0200)
debian/rules

index 4df28eb6f59b5b3c6d03f87e6f8b76ed1387e419..1b7e7fe40de62b0c99b24a94e44550dd9053f8db 100755 (executable)
@@ -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