summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-10-02 12:06:22 +0200
committerChristian Poessinger <christian@poessinger.com>2021-10-02 12:06:24 +0200
commite6ce9e76673d9de7c85510ba873f04a3521e1f19 (patch)
tree5c8284938a14d393b32d21c04808eb0c8302573b
parent6c438f92e7ada6fa42e41ac9eff0b1e1eb3756b3 (diff)
downloadvyos-build-e6ce9e76673d9de7c85510ba873f04a3521e1f19.tar.gz
vyos-build-e6ce9e76673d9de7c85510ba873f04a3521e1f19.zip
Makefile: "make test" runs in UEFI mode "make testc" continues to use BIOS
With this change we validate both installation types that they work and operates "as expected".
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 148c89ce..fe951e53 100644
--- a/Makefile
+++ b/Makefile
@@ -243,9 +243,9 @@ test:
echo "Could not find build/live-image-amd64.hybrid.iso"
exit 1
fi
- scripts/check-qemu-install --debug build/live-image-amd64.hybrid.iso
+ scripts/check-qemu-install --debug --uefi build/live-image-amd64.hybrid.iso
-.PHONY: test
+.PHONY: test-no-interfaces
.ONESHELL:
test-no-interfaces:
if [ ! -f build/live-image-amd64.hybrid.iso ]; then