From 8626336a5ae0b0b42078b7152894a050791dbab2 Mon Sep 17 00:00:00 2001 From: Matej Marusak Date: Thu, 17 Oct 2019 11:47:24 +0200 Subject: [PATCH] tests: Add hack so we can prepare F31 machine See https://github.com/cockpit-project/cockpit-podman/pull/173#issuecomment-543016527 Reported as https://bugzilla.redhat.com/show_bug.cgi?id=1762663 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 101eb2d2d..67a4b515d 100644 --- a/Makefile +++ b/Makefile @@ -123,7 +123,9 @@ rpm: dist-gzip $(RPM_NAME).spec # build a VM with locally built rpm installed $(VM_IMAGE): rpm bots rm -f $(VM_IMAGE) $(VM_IMAGE).qcow2 + bots/image-customize -v -r 'grub2-editenv - set "$$(grub2-editenv list | grep ^kernelopts) debug"' $(TEST_OS) bots/image-customize -v -I "dnf install -y" -i cockpit-ws -i `pwd`/$(RPM_NAME)-*.noarch.rpm -s $(CURDIR)/test/vm.install $(TEST_OS) + bots/image-customize -v -r 'grub2-editenv - set "$$(grub2-editenv list | grep ^kernelopts | sed "s/debug//")"' $(TEST_OS) # convenience target for the above vm: $(VM_IMAGE)