summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-10-27 20:08:31 +0100
committerGitHub <noreply@github.com>2020-10-27 20:08:31 +0100
commitc6f83de5bfa0262bd76882dc92dcd55f90fa0074 (patch)
tree16859159b61d0054c04be0fb938e21280f735500 /Makefile
parent381a599235bd58bf0ef210c2840ad7856eba0047 (diff)
parent42f032095650885151163067ffd53a6529855fba (diff)
downloadvyos-build-c6f83de5bfa0262bd76882dc92dcd55f90fa0074.tar.gz
vyos-build-c6f83de5bfa0262bd76882dc92dcd55f90fa0074.zip
Merge pull request #129 from jestabro/vyos-configtest
smoketest: T3003: extend framework to load arbitrary config file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 10 insertions, 1 deletions
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