From 039e4f6f6087cf3bff05ca2584d29e1e4b270379 Mon Sep 17 00:00:00 2001 From: Riyaz Faizullabhoy Date: Mon, 15 May 2017 09:58:26 -0700 Subject: [PATCH] Change to tar output Signed-off-by: Riyaz Faizullabhoy --- Makefile | 2 +- test/test.yml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index efed05871..40d3b95ec 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ lint: test: moby ./moby build test/test.yml - rm moby test.iso test-cmdline test-efi.iso test-initrd.img test-kernel + rm moby test.tar PHONY: install install: moby diff --git a/test/test.yml b/test/test.yml index 7e11381a6..c316cadc0 100644 --- a/test/test.yml +++ b/test/test.yml @@ -57,6 +57,4 @@ trust: - linuxkit/binfmt - linuxkit/rngd outputs: - - format: kernel+initrd - - format: iso-bios - - format: iso-efi + - format: tar