mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 01:59:07 +00:00
Stop make test from removing binary
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
eceb6d11f8
commit
8f75b635ec
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