fix make check with the new logging support

* qemud/qemud.c qemud/test_libvirtd_qemu.aug tests/Makefile.am
  tests/daemon-conf: fix make check with the new logging support
  the messages now carry a timestamp which need to be removed,
  the daemon needs to exit if the log configuration informations
  are wrong and we also look at the LIBVIRT_DEBUG environment
  variable
Daniel
This commit is contained in:
Daniel Veillard
2008-12-22 16:16:10 +00:00
parent 5af1e59d2d
commit b496213406
5 changed files with 52 additions and 4 deletions
+1
View File
@@ -105,6 +105,7 @@ TESTS_ENVIRONMENT = \
PATH="$(path_add)$(PATH_SEPARATOR)$$PATH" \
SHELL="$(SHELL)" \
LIBVIRT_DRIVER_DIR="$(abs_top_builddir)/src/.libs" \
LIBVIRT_DEBUG="error" \
LC_ALL=C \
$(VG)