From 7c1119e3bbd483c52ae4cdfebe23dd179ad28124 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Tue, 7 Aug 2012 12:02:06 +0100 Subject: [PATCH] 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. --- tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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) -- GitLab