Skip to content

Commit 368143e

Browse files
author
Matthew Fisher
committed
fix(builder): use godep for running tests
godep will traverse up the tree until it finds a directory called Godeps, so we don't have to "vendor" in the parent's Godeps dir to use this workflow.
1 parent 59fc324 commit 368143e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

builder/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ test-unit:
6666

6767
test-functional:
6868
@docker history deis/test-etcd >/dev/null 2>&1 || docker pull deis/test-etcd:latest
69-
GOPATH=`cd ../tests/ && godep path`:$(GOPATH) go test -v ./tests/...
69+
godep go test -v ./tests/...
7070

7171
test-style:
7272
# display output, then check

0 commit comments

Comments
 (0)