]> git.ipfire.org Git - thirdparty/libvirt.git/commit
sanitytest.py: Do not rely on system libvirt
authorJiri Denemark <jdenemar@redhat.com>
Tue, 5 Feb 2013 19:29:57 +0000 (20:29 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 5 Feb 2013 20:01:15 +0000 (21:01 +0100)
commit90873ab968c358aef9fe0c9e91d061d4b50978a4
treefd5cfedadebc01c2fed2f8431ab4db8a05cd1f1c
parent0f5e3f136f090fd8ec671694de222bc1636bbe45
sanitytest.py: Do not rely on system libvirt

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