From 84b224b9dbe4a013f5fbfbf1b113e3f06545e0e4 Mon Sep 17 00:00:00 2001 From: Timo Reimann Date: Tue, 7 Feb 2017 15:07:51 +0100 Subject: [PATCH] Build binary for test-integration Makefile target. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 561a6ab0c..6d5ea58b4 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ test-unit: build ## run the unit tests $(DOCKER_RUN_TRAEFIK) ./script/make.sh generate test-unit test-integration: build ## run the integration tests - $(DOCKER_RUN_TRAEFIK) ./script/make.sh generate test-integration + $(DOCKER_RUN_TRAEFIK) ./script/make.sh generate binary test-integration validate: build ## validate gofmt, golint and go vet $(DOCKER_RUN_TRAEFIK) ./script/make.sh validate-glide validate-gofmt validate-govet validate-golint validate-misspell @@ -59,7 +59,7 @@ build-no-cache: dist shell: build ## start a shell inside the build env $(DOCKER_RUN_TRAEFIK) /bin/bash -image: build ## build a docker traefik image +image: build ## build a docker traefik image docker build -t $(TRAEFIK_IMAGE) . dist: