Skip to content

Commit ba5ff0d

Browse files
committed
Merge pull request #2577 from johanneswuerbach/godep-tests
ref(*): Manage test dependencies using godeps
2 parents 4a70f0e + 8773f28 commit ba5ff0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ test-unit: setup-venv test-style
7272
test-functional:
7373
@docker history deis/test-etcd >/dev/null 2>&1 || docker pull deis/test-etcd:latest
7474
@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/...
75+
GOPATH=`cd ../tests/ && godep path`:$(GOPATH) go test -v ./tests/...

0 commit comments

Comments
 (0)