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

r6735 - in glibc-package/branches/glibc-2.22/debian: . rules.d



Author: aurel32
Date: 2015-12-02 17:44:35 +0000 (Wed, 02 Dec 2015)
New Revision: 6735

Modified:
   glibc-package/branches/glibc-2.22/debian/changelog
   glibc-package/branches/glibc-2.22/debian/rules.d/build.mk
Log:
debian/rules.d/build.mk: use logme instead of tee to fail the build if the
testsuite fails to build, instead of fully ignoring it.

Modified: glibc-package/branches/glibc-2.22/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.22/debian/changelog	2015-12-02 11:54:29 UTC (rev 6734)
+++ glibc-package/branches/glibc-2.22/debian/changelog	2015-12-02 17:44:35 UTC (rev 6735)
@@ -2,6 +2,8 @@
 
   [ Aurelien Jarno ]
   * debian/debhelper.in/libc-dev.install: install libmvec_nonshared.a.
+  * debian/rules.d/build.mk: use logme instead of tee to fail the build if the
+    testsuite fails to build, instead of fully ignoring it.
 
  -- Aurelien Jarno <aurel32@debian.org>  Wed, 02 Dec 2015 01:10:00 +0100
 

Modified: glibc-package/branches/glibc-2.22/debian/rules.d/build.mk
===================================================================
--- glibc-package/branches/glibc-2.22/debian/rules.d/build.mk	2015-12-02 11:54:29 UTC (rev 6734)
+++ glibc-package/branches/glibc-2.22/debian/rules.d/build.mk	2015-12-02 17:44:35 UTC (rev 6735)
@@ -135,7 +135,7 @@
 	else \
 	  echo Testing $(curpass) / $(log_results); \
 	  find $(DEB_BUILDDIR) -name '*.out' -exec rm {} ';' ; \
-	  LD_PRELOAD="" LANG="" TIMEOUTFACTOR="50" $(MAKE) -C $(DEB_BUILDDIR) $(NJOBS) check 2>&1 | tee $(log_test); \
+	  $(call logme, $(log_test), LD_PRELOAD="" LANG="" TIMEOUTFACTOR="50" $(MAKE) -C $(DEB_BUILDDIR) $(NJOBS) check 2>&1) ; \
 	  chmod +x debian/testsuite-checking/convertlog.sh ; \
 	  debian/testsuite-checking/convertlog.sh $(log_test) | tee $(log_results) ; \
 	  if test -f $(log_expected) ; then \


Reply to: