[sagemath] 01/01: Increase number of allowed test failures from 40 to 80.

Tobias Hansen thansen at moszumanska.debian.org
Mon Jul 24 09:12:35 UTC 2017


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch 7.6-bugfix
in repository sagemath.

commit b69385ed14a41c4521335b7e3b2d0a322894e10d
Author: Tobias Hansen <thansen at debian.org>
Date:   Sun Jul 23 23:42:27 2017 +0100

    Increase number of allowed test failures from 40 to 80.
---
 debian/changelog | 1 +
 debian/rules     | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1b51e38..0822dc6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ sagemath (7.6-3) unstable; urgency=medium
     - u0-sphinx-1.5.patch, upstream fixes for sphinx 1.5.
     - u1-more-sphinx-1.5-fixes.patch from Dmitry Shachnev. (Closes: #866166)
   * Use libgcrypt-dev instead of obsolete libgcrypt11-dev. (Closes: #864132)
+  * Increase number of allowed test failures from 40 to 80.
 
  -- Tobias Hansen <thansen at debian.org>  Fri, 21 Jul 2017 20:04:54 +0100
 
diff --git a/debian/rules b/debian/rules
index f5cff26..15e196a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -134,12 +134,12 @@ IGNORE_FAILURES =
 endif
 had-few-failures:
 	test -f $(LOGFILE)
-	test "$$($(TESTS_MK) failed-tests-total-normal)" -lt 40
+	test "$$($(TESTS_MK) failed-tests-total-normal)" -lt 80
 	test -z "$$($(TESTS_MK) failed-tests-special $(IGNORE_FAILURES))"
 
 had-not-too-many-failures:
 	test -f $(LOGFILE)
-	test "$$($(TESTS_MK) failed-tests-total-normal)" -lt 80
+	test "$$($(TESTS_MK) failed-tests-total-normal)" -lt 120
 
 check-failed:
 	$(run_tests) -f

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sagemath.git



More information about the debian-science-commits mailing list