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

r3250 - in glibc-package/branches/glibc-2.9/debian: . rules.d



Author: aurel32
Date: 2009-01-23 15:37:52 +0000 (Fri, 23 Jan 2009)
New Revision: 3250

Modified:
   glibc-package/branches/glibc-2.9/debian/changelog
   glibc-package/branches/glibc-2.9/debian/rules.d/build.mk
Log:
 * rules.d/build.mk: unset LANG to make sure testsuite errors are not
   localized.



Modified: glibc-package/branches/glibc-2.9/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.9/debian/changelog	2009-01-21 19:46:50 UTC (rev 3249)
+++ glibc-package/branches/glibc-2.9/debian/changelog	2009-01-23 15:37:52 UTC (rev 3250)
@@ -63,6 +63,8 @@
     Add tests that fail on a Xen machine. Sigh.
   * any/local-linuxthreads-thread_self.diff: new patch to fix a warning on
     linuxthreads builds.
+  * rules.d/build.mk: unset LANG to make sure testsuite errors are not
+    localized.
 
   [ Clint Adams ]
   * patches/any/cvs-bz697-posix-regexec.diff: regex fix from Paolo Bonzini.
@@ -90,7 +92,7 @@
   * add kfreebsd/local-linuxthreads29.diff: 
     update to fix build on kfreebsd architectures.
 
- -- Aurelien Jarno <aurel32@debian.org>  Wed, 21 Jan 2009 20:42:26 +0100
+ -- Aurelien Jarno <aurel32@debian.org>  Fri, 23 Jan 2009 16:37:36 +0100
 
 glibc (2.8+20080809-3) experimental; urgency=low
 

Modified: glibc-package/branches/glibc-2.9/debian/rules.d/build.mk
===================================================================
--- glibc-package/branches/glibc-2.9/debian/rules.d/build.mk	2009-01-21 19:46:50 UTC (rev 3249)
+++ glibc-package/branches/glibc-2.9/debian/rules.d/build.mk	2009-01-23 15:37:52 UTC (rev 3250)
@@ -110,7 +110,7 @@
 	else \
 	  echo Testing $(curpass); \
 	  find $(DEB_BUILDDIR) -name '*.out' -exec rm {} ';' ; \
-	  TIMEOUTFACTOR="50" $(MAKE) -C $(DEB_BUILDDIR) $(NJOBS) -k check 2>&1 | tee $(log_test); \
+	  LANG="" TIMEOUTFACTOR="50" $(MAKE) -C $(DEB_BUILDDIR) $(NJOBS) -k 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 to: