]> 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)
committerDoug Goldstein <cardoe@cardoe.com>
Sat, 9 Feb 2013 06:41:19 +0000 (00:41 -0600)
commitae80f481cb8008631c806afe5967512ebe40626e
tree8baf729c948a943cbb5133cb4c7cab9764f4f2cd
parent7b6175db6d8340600a3f578a5174412534c43704
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.
(cherry picked from commit 90873ab968c358aef9fe0c9e91d061d4b50978a4)
python/Makefile.am