From 5c79c1caf84d090d81649de710a48de2cdaf3404 Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Sun, 11 Sep 2016 14:51:48 +0100 Subject: [PATCH] for now, make sure rebuild on make test Signed-off-by: Justin Cormack --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 4cb672508..6034bd4d5 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,7 @@ qemu-iso: Dockerfile.qemuiso alpine/mobylinux-bios.iso docker run -it --rm mobyqemuiso:build test: Dockerfile.test alpine/initrd.img.gz alpine/kernel/x86_64/vmlinuz64 + $(MAKE) -C alpine tar cf - $^ | docker build -f Dockerfile.test -t mobytest:build - touch test.log docker run --rm mobytest:build 2>&1 | tee -a test.log &