提交 564fdad9 编写于 作者: D Daniel P. Berrangé

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: NDaniel P. Berrangé <berrange@redhat.com>
上级 01888af0
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册