mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-09 01:18:00 +03:00
tests: unlink libxl-driver.log
The libxlxml2domconfigtest causes a libxl-driver.log file to be created which breaks make distchck if libxl is enabled. Delete the log file at the end of the test. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
01888af0e2
commit
564fdad9cb
@ -211,6 +211,8 @@ mymain(void)
|
||||
DO_TEST("multiple-ip");
|
||||
DO_TEST("fullvirt-cpuid");
|
||||
|
||||
unlink("libxl-driver.log");
|
||||
|
||||
return ret == 0 ? EXIT_SUCCESS : EXIT_FAILURE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user