Don't go get when running the tests.

This commit is contained in:
Tom Wilkie
2015-10-26 16:59:39 +00:00
parent 283e69decc
commit b17596111e

View File

@@ -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: