summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-09-15 17:30:40 +0200
committerGitHub <noreply@github.com>2023-09-15 17:30:40 +0200
commit419c71c0b6c619a5c956a1b276fc1d262dea405a (patch)
tree6bf32ad465b197f7346ff77e97fe0d2db0b6e707 /Makefile
parent6a88f671162d8acb41e181223b488b5e41a2d1b5 (diff)
parentd9e93d73535fd8ed8974605e355b5890fcdacd4b (diff)
downloadvyos-build-419c71c0b6c619a5c956a1b276fc1d262dea405a.tar.gz
vyos-build-419c71c0b6c619a5c956a1b276fc1d262dea405a.zip
Merge pull request #408 from sarthurdev/test_match
smoketest: live: T5568: Option to specify smoketests to run, serial boot option to live ISO
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 74b17c7c..5ba003d0 100644
--- a/Makefile
+++ b/Makefile
@@ -32,12 +32,12 @@ checkiso:
.PHONY: test
.ONESHELL:
test: checkiso
- scripts/check-qemu-install --debug --uefi build/live-image-amd64.hybrid.iso
+ scripts/check-qemu-install --debug --match="$(MATCH)" --uefi build/live-image-amd64.hybrid.iso
.PHONY: test-no-interfaces
.ONESHELL:
test-no-interfaces: checkiso
- scripts/check-qemu-install --debug --no-interfaces build/live-image-amd64.hybrid.iso
+ scripts/check-qemu-install --debug --match="$(MATCH)" --no-interfaces build/live-image-amd64.hybrid.iso
.PHONY: testd
.ONESHELL: