Merge pull request #185 from justincormack/fix-make

Stop make test from removing binary
This commit is contained in:
Justin Cormack 2017-11-17 15:21:08 +00:00 committed by GitHub
commit 315e5f80e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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