summaryrefslogtreecommitdiff
path: root/Makefile
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:11:04 +0200
commitaa5f7b8666a29b819ca159effa148f957f5f69ca (patch)
treed69a1a1f54847d27447fb38c1e865c18ce271faf /Makefile
parentc984de432cfe44fcb1527fe3cdd0a36c1a157fb0 (diff)
downloadvyos-build-aa5f7b8666a29b819ca159effa148f957f5f69ca.tar.gz
vyos-build-aa5f7b8666a29b819ca159effa148f957f5f69ca.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". (cherry picked from commit e6ce9e76673d9de7c85510ba873f04a3521e1f19)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1bf71603..91aef9c8 100644
--- a/Makefile
+++ b/Makefile
@@ -95,9 +95,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