kvmusertest.py: hardcoded path prevents kimchi module from loading when /usr/local prefixes /var #1224
Comments
alinefm
added a commit
that referenced
this issue
Dec 19, 2019
…rom loading when /usr/local prefixes /var
Fix merged. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
kimchi/kvmusertests.py
Line 64 in 40de989
filename = '/var/run/libvirt/qemu/%s.pid' % KVMUSERTEST_VM_NAME
On my system, the correct path is:
filename = '/usr/local/var/run/libvirt/qemu/%s.pid' % KVMUSERTEST_VM_NAME
The text was updated successfully, but these errors were encountered: