[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[glibc] 01/01: debian/rules.d/build.mk: in case of build failure due testsuite issues, display again the failed tests so that they appear at the end of the build log.



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

aurel32 pushed a commit to branch sid
in repository glibc.

commit 0d701c07c22289567cac8d3acdbf42e380ac6e3a
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Fri Jun 17 22:42:34 2016 +0200

    debian/rules.d/build.mk: in case of build failure due testsuite issues, display again the failed tests so that they appear at the end of the build log.
---
 debian/changelog        | 3 +++
 debian/rules.d/build.mk | 1 +
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index c17aff5..0c2511e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ glibc (2.22-12) UNRELEASED; urgency=medium
 
   [ Aurelien Jarno ]
   * debian/sysdeps/kfreebsd-i386.mk: fix libc0.1-i686 package name.
+  * debian/rules.d/build.mk: in case of build failure due testsuite
+    issues, display again the failed tests so that they appear at the end of
+    the build log.
 
   [ Samuel Thibault ]
   * hurd-i386/tg-eintr.diff: New patch to fix "Interrupted" issues in ghc.
diff --git a/debian/rules.d/build.mk b/debian/rules.d/build.mk
index 413ad1a..2ff7165 100644
--- a/debian/rules.d/build.mk
+++ b/debian/rules.d/build.mk
@@ -147,6 +147,7 @@ $(stamp)check_%: $(stamp)build_%
 	    echo "+---------------------------------------------------------------------+" ; \
 	    echo "|     Encountered regressions that don't match expected failures.     |" ; \
 	    echo "+---------------------------------------------------------------------+" ; \
+	    grep -E '^FAIL:' $(DEB_BUILDDIR)/tests.sum | sort ; \
 	    exit 1 ; \
 	  else \
 	    echo "+---------------------------------------------------------------------+" ; \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git


Reply to: