On Tue, 2019-07-23 at 17:02 +0100, Daniel P. Berrangé wrote:
+++ b/src/bhyve/Makefile.inc.am
@@ -49,17 +49,18 @@ libvirt_driver_bhyve_impl_la_SOURCES = $(BHYVE_DRIVER_SOURCES)
conf_DATA += bhyve/bhyve.conf
augeas_DATA += bhyve/libvirtd_bhyve.aug
-augeastest_DATA += test_libvirtd_bhyve.aug
+augeastest_DATA += bhyve/test_libvirtd_bhyve.aug
+CLEANFILES += bhyve/test_libvirtd_bhyve.aug
Since you're going to remove all CLEANFILES with the next patch,
it's pointless to add them here: just switch the two patches around.
Everything else looks fine, so once you've done that
Reviewed-by: Andrea Bolognani <abologna(a)redhat.com>
--
Andrea Bolognani / Red Hat / Virtualization