[sagemath] 01/01: Reduce number of allowed test failures to 40.

Tobias Hansen thansen at moszumanska.debian.org
Thu Mar 30 13:44:39 UTC 2017


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

thansen pushed a commit to branch master
in repository sagemath.

commit aa8190923f6cbf26c9ea6d5b61afb8a58dd780e5
Author: Tobias Hansen <thansen at debian.org>
Date:   Thu Mar 30 14:44:20 2017 +0100

    Reduce number of allowed test failures to 40.
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 15e196a..f5cff26 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 80
+	test "$$($(TESTS_MK) failed-tests-total-normal)" -lt 40
 	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 120
+	test "$$($(TESTS_MK) failed-tests-total-normal)" -lt 80
 
 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