mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-30 16:35:24 +00:00
tests: remove hostdevmgr directory on cleanup
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
4f70ae2409
commit
fbcd9d3252
@ -65,6 +65,9 @@ myCleanup(void)
|
||||
}
|
||||
|
||||
if (mgr) {
|
||||
if (mgr->stateDir && !getenv("LIBVIRT_SKIP_CLEANUP"))
|
||||
virFileDeleteTree(mgr->stateDir);
|
||||
|
||||
virObjectUnref(mgr->activePCIHostdevs);
|
||||
virObjectUnref(mgr->inactivePCIHostdevs);
|
||||
virObjectUnref(mgr->activeUSBHostdevs);
|
||||
|
Loading…
x
Reference in New Issue
Block a user