]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
avoid "make check" failures due to localized error messages
authorGuido Günther <agx@sigxcpu.org>
Sat, 20 Dec 2008 23:23:50 +0000 (23:23 +0000)
committerGuido Günther <agx@sigxcpu.org>
Sat, 20 Dec 2008 23:23:50 +0000 (23:23 +0000)
ChangeLog
tests/Makefile.am

index bdf91491c21bb332402aae4573ad09e577da2792..3e925109419bfaf42ef06e47164994969a9c62a7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Dec 21 00:20:51 CET 2008 Guido Günther <agx@sigxcpu.org>
+
+       avoid "make check" failures due to localized error messages
+       * tests/Makefile.am (TESTS_ENVIRONMENT): set LC_ALL=C
+
 Sat Dec 20 14:10:09 CET 2008 Guido Günther <agx@sigxcpu.org>
 
        save and remove kvm/qemu domain status
index 87e42359aa1c1c15df5b8c0dda65560456410e2f..52906067e4f03fbdeac11a2c64ab792c3bccd219 100644 (file)
@@ -105,6 +105,7 @@ TESTS_ENVIRONMENT =                         \
   PATH="$(path_add)$(PATH_SEPARATOR)$$PATH"    \
   SHELL="$(SHELL)"                             \
   LIBVIRT_DRIVER_DIR="$(abs_top_builddir)/src/.libs" \
+  LC_ALL=C                                     \
   $(VG)
 
 valgrind: