diff options
author | Christian Breunig <christian@breunig.cc> | 2024-06-30 07:30:49 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-06-30 07:33:00 +0200 |
commit | 9883b41b6713d17518e20259e83cf5db32080e79 (patch) | |
tree | e9517719856c1ff5b0b0bb775e9feb5ea1057f5d | |
parent | ff75b076812582f31a78aeb5d8af636ce74883dc (diff) | |
download | vyos-build-9883b41b6713d17518e20259e83cf5db32080e79.tar.gz vyos-build-9883b41b6713d17518e20259e83cf5db32080e79.zip |
smoketest: T6510: use vyos-configd also on "make test"
-rw-r--r-- | Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -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: |