From 3785844c5bdd57ded9a6410579e3a356b126c26e Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Thu, 7 Apr 2016 16:10:09 +0200 Subject: [PATCH] Fixing a typo in Makefile A typo is present in the new awesome `make help`, fixing that. Signed-off-by: Vincent Demeester --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 05c3f32e1d..b030022e6e 100644 --- a/Makefile +++ b/Makefile @@ -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