From 42f032095650885151163067ffd53a6529855fba Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Tue, 27 Oct 2020 08:12:18 -0500 Subject: smoketest: T3003: extend framework to load arbitrary config file --- Makefile | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4f96834a..f0c870d3 100644 --- a/Makefile +++ b/Makefile @@ -239,6 +239,15 @@ testd: fi scripts/check-qemu-install --debug --configd build/live-image-amd64.hybrid.iso +.PHONY: testc +.ONESHELL: +testc: + 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 --configd --configtest build/live-image-amd64.hybrid.iso + .PHONY: clean .ONESHELL: clean: @@ -262,4 +271,4 @@ clean: .PHONY: purge purge: - rm -rf build packer_build packer_cache \ No newline at end of file + rm -rf build packer_build packer_cache -- cgit v1.2.3