浏览代码

Merge pull request #21855 from vdemeester/makefile-typo

Fixing a typo in Makefile
Jess Frazelle 9 年之前
父节点
当前提交
1fbdd354c2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -96,7 +96,7 @@ rpm: build ## build the rpm packages
 shell: build ## start a shell inside the build env
 shell: build ## start a shell inside the build env
 	$(DOCKER_RUN_DOCKER) bash
 	$(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
 	$(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
 test-docker-py: build ## run the docker-py tests