From dfe2abc58b5ad458985e4f0acdc3f23cabc1eaa7 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Sun, 30 Jun 2024 07:30:49 +0200 Subject: smoketest: T6510: use vyos-configd also on "make test" (cherry picked from commit 9883b41b6713d17518e20259e83cf5db32080e79) --- Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 15c3abc3..48225d6c 100644 --- a/Makefile +++ b/Makefile @@ -21,17 +21,12 @@ checkiso: .PHONY: test .ONESHELL: test: checkiso - scripts/check-qemu-install --debug --match="$(MATCH)" --uefi build/live-image-amd64.hybrid.iso + scripts/check-qemu-install --debug --configd --match="$(MATCH)" --uefi build/live-image-amd64.hybrid.iso .PHONY: test-no-interfaces .ONESHELL: test-no-interfaces: checkiso - scripts/check-qemu-install --debug --match="$(MATCH)" --no-interfaces build/live-image-amd64.hybrid.iso - -.PHONY: testd -.ONESHELL: -testd: checkiso - scripts/check-qemu-install --debug --configd build/live-image-amd64.hybrid.iso + scripts/check-qemu-install --debug --configd --match="$(MATCH)" --uefi --no-interfaces build/live-image-amd64.hybrid.iso .PHONY: testc .ONESHELL: -- cgit v1.2.3