diff options
author | Christian Breunig <christian@breunig.cc> | 2023-09-15 17:30:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-15 17:30:40 +0200 |
commit | 419c71c0b6c619a5c956a1b276fc1d262dea405a (patch) | |
tree | 6bf32ad465b197f7346ff77e97fe0d2db0b6e707 /Makefile | |
parent | 6a88f671162d8acb41e181223b488b5e41a2d1b5 (diff) | |
parent | d9e93d73535fd8ed8974605e355b5890fcdacd4b (diff) | |
download | vyos-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-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |