From 5caa1838d9077ea69e4919917ec82f0672945c00 Mon Sep 17 00:00:00 2001 From: Robb Kistler Date: Mon, 23 Jan 2017 11:08:08 -0800 Subject: [PATCH] Don't fail hyperkit-test after clean Signed-off-by: Robb Kistler --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2d0138085..87127a237 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ define check_test_log endef hyperkit-test: hyperkit.sh hyperkit.bin/com.docker.hyperkit hyperkit.bin/com.docker.slirp alpine/initrd-test.img alpine/kernel/x86_64/vmlinuz64 - rm disk.img + rm -f disk.img touch test.log && \ INITRD=alpine/initrd-test.img ./hyperkit.sh 2>&1 | tee -a test.log $(call check_test_log, test.log)