From af88487cbf3f37aa66056d03af8676fb1d208d65 Mon Sep 17 00:00:00 2001 From: Paul Bonser Date: Tue, 27 Sep 2016 15:07:10 -0500 Subject: [PATCH] Make ginkgo build from vendor dir work --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 85513fe..e41edcc 100644 --- a/Makefile +++ b/Makefile @@ -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