mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Activate build dir overrides in libvirtd, virtlockd, virsh & tests
Add calls to virFileActivateDirOverride so that the build dir overrides are activated. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
@@ -678,6 +678,8 @@ int virtTestMain(int argc,
|
||||
char *oomstr;
|
||||
#endif
|
||||
|
||||
virFileActivateDirOverride(argv[0]);
|
||||
|
||||
if (!virFileExists(abs_srcdir))
|
||||
return EXIT_AM_HARDFAIL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user