From b17596111e2fcc96841f7d254ebeec1a258a937b Mon Sep 17 00:00:00 2001 From: Tom Wilkie Date: Mon, 26 Oct 2015 16:59:39 +0000 Subject: [PATCH] Don't go get when running the tests. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5b3081833..a0d06b71c 100644 --- a/Makefile +++ b/Makefile @@ -107,10 +107,10 @@ ifeq ($(BUILD_IN_CONTAINER),true) tests: $(SUDO) docker run -ti $(RM) -v $(shell pwd):/go/src/github.com/weaveworks/scope \ -e GOARCH -e GOOS -e CIRCLECI --entrypoint=/bin/sh $(SCOPE_BACKEND_BUILD_IMAGE) -c \ - "cd /go/src/github.com/weaveworks/scope && ./tools/test" + "cd /go/src/github.com/weaveworks/scope && ./tools/test -no-go-get" else tests: - ./tools/test + ./tools/test -no-go-get endif deps: