Author: aurel32
Date: 2015-11-02 13:19:07 +0000 (Mon, 02 Nov 2015)
New Revision: 6678

Modified:
   glibc-package/branches/glibc-2.21/debian/changelog
   glibc-package/branches/glibc-2.21/debian/rules.d/build.mk
Log:
rules.d/build.mk: don't run the testsuite with make -k, as a build
failure in the testsuite, otherwise build failures cause the regression
comparison to be entirely skipped.

Modified: glibc-package/branches/glibc-2.21/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.21/debian/changelog  2015-11-02 13:17:09 UTC 
(rev 6677)
+++ glibc-package/branches/glibc-2.21/debian/changelog  2015-11-02 13:19:07 UTC 
(rev 6678)
@@ -30,6 +30,9 @@
   * patches/hppa/cvs-atomic.diff, patches/hppa/cvs-inline-syscall.diff: new
     patches from upstream to improve atomic and inline syscalls on HPPA
     (closes: #799478).
+  * rules.d/build.mk: don't run the testsuite with make -k, as a build
+    failure in the testsuite, otherwise build failures cause the regression
+    comparison to be entirely skipped.
 
   [ Samuel Thibault ]
   * patches/hurd-i386/tg-pagesize.diff: Refresh.

Modified: glibc-package/branches/glibc-2.21/debian/rules.d/build.mk
===================================================================
--- glibc-package/branches/glibc-2.21/debian/rules.d/build.mk   2015-11-02 
13:17:09 UTC (rev 6677)
+++ glibc-package/branches/glibc-2.21/debian/rules.d/build.mk   2015-11-02 
13:19:07 UTC (rev 6678)
@@ -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) -k check 2>&1 | tee $(log_test); \
+         LD_PRELOAD="" LANG="" TIMEOUTFACTOR="50" $(MAKE) -C $(DEB_BUILDDIR) 
$(NJOBS) check 2>&1 | tee $(log_test); \
          chmod +x debian/testsuite-checking/convertlog.sh ; \
          debian/testsuite-checking/convertlog.sh $(log_test) | tee 
$(log_results) ; \
          if test -f $(log_expected) ; then \

Reply via email to