mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 17:49:10 +00:00
Merge pull request #185 from justincormack/fix-make
Stop make test from removing binary
This commit is contained in:
commit
315e5f80e8
2
Makefile
2
Makefile
@ -32,7 +32,7 @@ test: dist/moby
|
|||||||
@go test $(shell go list ./... | grep -vE '/vendor/')
|
@go test $(shell go list ./... | grep -vE '/vendor/')
|
||||||
# test build
|
# test build
|
||||||
dist/moby build -format tar test/test.yml
|
dist/moby build -format tar test/test.yml
|
||||||
rm dist/moby test.tar
|
rm test.tar
|
||||||
|
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
all: lint test dist/moby
|
all: lint test dist/moby
|
||||||
|
Loading…
Reference in New Issue
Block a user