[libvirt] [PATCH] sanitytest.py: Do not rely on system libvirt

Eric Blake eblake at redhat.com
Tue Feb 5 19:58:53 UTC 2013


On 02/05/2013 12:33 PM, Jiri Denemark wrote:
> When running sanitytest.py we should not rely on libvirt library
> installed on the system. And since we generate a nice wrapper called
> "run" that sets both PYTHON_PATH and LD_LIBRARY_PATH, we should just use
> it rather than trying to duplicate it in the Makefile.
> ---
>  python/Makefile.am | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/python/Makefile.am b/python/Makefile.am
> index ef3c3eb..55c5e41 100644
> --- a/python/Makefile.am
> +++ b/python/Makefile.am
> @@ -122,7 +122,7 @@ $(libvirtmod_lxc_la_OBJECTS): $(LXC_GENERATED)
>  EXTRA_DIST += sanitytest.py
>  
>  check-local:
> -	$(AM_V_GEN)PYTHONPATH=$(abs_topbuilddir):$(abs_topbuilddir)/.libs $(PYTHON) $(srcdir)/sanitytest.py
> +	$(AM_V_GEN)../run $(PYTHON) $(srcdir)/sanitytest.py

ACK.

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 621 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20130205/eaf50637/attachment-0001.sig>


More information about the libvir-list mailing list