Stop make test from removing binary

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2017-11-17 14:40:49 +00:00
parent eceb6d11f8
commit 8f75b635ec

View File

@ -32,7 +32,7 @@ test: dist/moby
@go test $(shell go list ./... | grep -vE '/vendor/')
# test build
dist/moby build -format tar test/test.yml
rm dist/moby test.tar
rm test.tar
.PHONY: all
all: lint test dist/moby