Merge pull request #21855 from vdemeester/makefile-typo

Fixing a typo in Makefile
Upstream-commit: 1fbdd354c2df5cebf981fcd6afe1355fbb040fd8
Component: engine
This commit is contained in:
Jess Frazelle
2016-04-07 16:41:25 +00:00

View File

@ -96,7 +96,7 @@ rpm: build ## build the rpm packages
shell: build ## start a shell inside the build env
$(DOCKER_RUN_DOCKER) bash
test: build ## un the unit, integration and docker-py tests
test: build ## run the unit, integration and docker-py tests
$(DOCKER_RUN_DOCKER) hack/make.sh dynbinary cross test-unit test-integration-cli test-docker-py
test-docker-py: build ## run the docker-py tests