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

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