avoid "make check" failures due to localized error messages

This commit is contained in:
Guido Günther 2008-12-20 23:23:50 +00:00
parent 5614e868e1
commit 6a28a6f297
2 changed files with 6 additions and 0 deletions

View File

@ -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

View 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: