Use relative path to build ginkgo

This commit is contained in:
Paul Bonser 2016-09-27 15:08:50 -05:00
parent 5acff13ac5
commit 10e4302b6c

View File

@ -5,7 +5,7 @@ help:
@echo "- watch: watch for changes and re-run tests"
deps:
glide install && mkdir -p vendor/bin && go build -o vendor/bin/ginkgo github.com/onsi/ginkgo/ginkgo
glide install && mkdir -p vendor/bin && go build -o vendor/bin/ginkgo ./vendor/github.com/onsi/ginkgo/ginkgo
test: deps