Install ginkgo

This commit is contained in:
Hannes Hörl 2017-11-29 17:22:45 +00:00 committed by Gareth Smith
parent 4d4026f5b0
commit a304d58fe5
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,8 @@ go list ./... | grep -vF pkg/framework/test | xargs go test -v
rc=$((rc || $?)) rc=$((rc || $?))
echo "Running test framework tests" echo "Running test framework tests"
./pkg/framework/test/scripts/download-binaries.sh \ go get github.com/onsi/ginkgo/ginkgo \
&& ./pkg/framework/test/scripts/download-binaries.sh \
&& ./pkg/framework/test/scripts/run-tests.sh && ./pkg/framework/test/scripts/run-tests.sh
rc=$((rc || $?)) rc=$((rc || $?))