mirror of https://gitee.com/openkylin/libvirt.git
avoid "make check" failures due to localized error messages
This commit is contained in:
parent
5614e868e1
commit
6a28a6f297
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue