From 115fb522c8d814ceb72ce98b14181f5d6f95890b Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Fri, 6 Sep 2024 20:35:17 +0200 Subject: Testsuite: T861: add support to use VNC for a graphics console To use VNC you could run "make test -- --vnc" --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6d0f0d47..f084c442 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ checkiso: .PHONY: test .ONESHELL: test: checkiso - scripts/check-qemu-install --debug --configd --match="$(MATCH)" --uefi build/live-image-amd64.hybrid.iso + scripts/check-qemu-install --debug --configd --match="$(MATCH)" --uefi build/live-image-amd64.hybrid.iso $(filter-out $@,$(MAKECMDGOALS)) .PHONY: test-no-interfaces .ONESHELL: -- cgit v1.2.3