summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-09-06 20:35:17 +0200
committerChristian Breunig <christian@breunig.cc>2024-09-07 21:32:34 +0200
commit115fb522c8d814ceb72ce98b14181f5d6f95890b (patch)
tree301e9f7c76b6e3c5c7f07cefc4f23320d90f571e /Makefile
parent986b71af2d72f3da4c7fcae4bd061e57734592b4 (diff)
downloadvyos-build-115fb522c8d814ceb72ce98b14181f5d6f95890b.tar.gz
vyos-build-115fb522c8d814ceb72ce98b14181f5d6f95890b.zip
Testsuite: T861: add support to use VNC for a graphics console
To use VNC you could run "make test -- --vnc"
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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: