From: Daniel P. Berrange Date: Tue, 7 Aug 2012 11:02:06 +0000 (+0100) Subject: Set LIBVIRT_AUTOSTART=0 when running test suites X-Git-Tag: v0.10.0-rc1~192 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c1119e3bbd483c52ae4cdfebe23dd179ad28124;p=thirdparty%2Flibvirt.git Set LIBVIRT_AUTOSTART=0 when running test suites Occasionally some test cases will (accidentally) try to spawn libvirtd. Set the LIBVIRT_AUTOSTART=0 environment variable to ensure the remote driver never tries autostart. --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 2fdaace96e..60d322dfe6 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -244,6 +244,7 @@ TESTS_ENVIRONMENT = \ PATH="$(path_add)$(PATH_SEPARATOR)$$PATH" \ SHELL="$(SHELL)" \ LIBVIRT_DRIVER_DIR="$(abs_top_builddir)/src/.libs" \ + LIBVIRT_AUTOSTART=0 \ LC_ALL=C \ $(VG)