[libvirt] [PATCH] Set LIBVIRT_AUTOSTART=0 when running test suites

2012-08-07 Thread Daniel P. Berrange
From: "Daniel P. Berrange" 

Occassionally 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 2fdaace..60d322d 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)
 
-- 
1.7.10.4

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


Re: [libvirt] [PATCH] Set LIBVIRT_AUTOSTART=0 when running test suites

2012-08-07 Thread Eric Blake
On 08/07/2012 05:03 AM, Daniel P. Berrange wrote:
> From: "Daniel P. Berrange" 
> 
> Occassionally some test cases will (accidentally) try to spawn

s/Occassionally/Occasionally/

> 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(+)

ACK.

-- 
Eric Blake   ebl...@redhat.com+1-919-301-3266
Libvirt virtualization library http://libvirt.org



signature.asc
Description: OpenPGP digital signature
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list