mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #34536 from thaJeztah/fix-makefile-warning
Fix make test-unit printing deprecation warning
This commit is contained in:
commit
8bee1e9a3b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -160,7 +160,7 @@ test-integration: build ## run the integration tests
|
||||||
$(DOCKER_RUN_DOCKER) hack/make.sh dynbinary test-integration
|
$(DOCKER_RUN_DOCKER) hack/make.sh dynbinary test-integration
|
||||||
|
|
||||||
test-unit: build ## run the unit tests
|
test-unit: build ## run the unit tests
|
||||||
$(DOCKER_RUN_DOCKER) hack/make.sh test-unit
|
$(DOCKER_RUN_DOCKER) hack/test/unit
|
||||||
|
|
||||||
tgz: build ## build the archives (.zip on windows and .tgz\notherwise) containing the binaries
|
tgz: build ## build the archives (.zip on windows and .tgz\notherwise) containing the binaries
|
||||||
$(DOCKER_RUN_DOCKER) hack/make.sh dynbinary binary cross tgz
|
$(DOCKER_RUN_DOCKER) hack/make.sh dynbinary binary cross tgz
|
||||||
|
|
Loading…
Add table
Reference in a new issue