From 19778c23a054228dd889b6ac95dc17079eb7354a Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 15 Aug 2021 15:15:41 +0200 Subject: Makefile: add "make test-no-interfaces" to start smoketests w/o interface tests --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3defd020..1bf71603 100644 --- a/Makefile +++ b/Makefile @@ -97,6 +97,15 @@ test: fi scripts/check-qemu-install --debug build/live-image-amd64.hybrid.iso +.PHONY: test +.ONESHELL: +test-no-interfaces: + if [ ! -f build/live-image-amd64.hybrid.iso ]; then + echo "Could not find build/live-image-amd64.hybrid.iso" + exit 1 + fi + scripts/check-qemu-install --debug --no-interfaces build/live-image-amd64.hybrid.iso + .PHONY: testd .ONESHELL: testd: -- cgit v1.2.3