summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-06-30 07:30:49 +0200
committerChristian Breunig <christian@breunig.cc>2024-06-30 07:33:00 +0200
commit9883b41b6713d17518e20259e83cf5db32080e79 (patch)
treee9517719856c1ff5b0b0bb775e9feb5ea1057f5d
parentff75b076812582f31a78aeb5d8af636ce74883dc (diff)
downloadvyos-build-9883b41b6713d17518e20259e83cf5db32080e79.tar.gz
vyos-build-9883b41b6713d17518e20259e83cf5db32080e79.zip
smoketest: T6510: use vyos-configd also on "make test"
-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: