We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a70f0e + 8773f28 commit ba5ff0dCopy full SHA for ba5ff0d
1 file changed
Makefile
@@ -72,4 +72,4 @@ test-unit: setup-venv test-style
72
test-functional:
73
@docker history deis/test-etcd >/dev/null 2>&1 || docker pull deis/test-etcd:latest
74
@docker history deis/test-postgresql >/dev/null 2>&1 || docker pull deis/test-postgresql:latest
75
- GOPATH=$(CURDIR)/../tests/_vendor:$(GOPATH) go test -v ./tests/...
+ GOPATH=`cd ../tests/ && godep path`:$(GOPATH) go test -v ./tests/...
0 commit comments