summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2024-07-03 18:16:32 +0100
committerGitHub <noreply@github.com>2024-07-03 18:16:32 +0100
commit05e3f87975a3fd2d894496ecc408c806657261c3 (patch)
tree7302b69c3f2e7bcdbcc62304e32b2e8f01d36800 /Makefile
parenteb4882ad79361782e7e0b40a31d9c02b73a6fa1c (diff)
parentdfe2abc58b5ad458985e4f0acdc3f23cabc1eaa7 (diff)
downloadvyos-build-05e3f87975a3fd2d894496ecc408c806657261c3.tar.gz
vyos-build-05e3f87975a3fd2d894496ecc408c806657261c3.zip
Merge pull request #684 from vyos/mergify/bp/circinus/pr-680
T6527: remove legacy packages (backport #680)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 2 insertions, 7 deletions
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: