[sagemath] 01/01: Ignore more false-positives in dochtml test log
    Ximin Luo 
    infinity0 at debian.org
       
    Tue Sep 19 19:46:11 UTC 2017
    
    
  
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository sagemath.
commit 2f1ea9188fac424cb157b3859dc2e2231cfad047
Author: Ximin Luo <infinity0 at debian.org>
Date:   Tue Sep 19 21:45:53 2017 +0200
    Ignore more false-positives in dochtml test log
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 3fce68e..227f455 100755
--- a/debian/rules
+++ b/debian/rules
@@ -289,7 +289,7 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	# Sometimes, parts of the docbuild fail with MemoryError or OSError but
 	# Sage doesn't detect this. Here we detect it and fail the build if so.
 	# Also filter out some false positives that are not hard errors.
-	! (grep Error sage/logs/dochtml.log | grep -v "citation not found: .*Error.*")
+	! (grep Error sage/logs/dochtml.log | grep -v "citation not found: .*Error\|Citation \[.*Error\] is not referenced")
 endif
 endif
 
-- 
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