Install ginkgo

This commit is contained in:
Hannes Hörl
2017-11-29 17:22:45 +00:00
committed by Gareth Smith
parent 3ac8575ed8
commit f229571edb

View File

@@ -23,7 +23,8 @@ go list ./... | grep -vF pkg/framework/test | xargs go test -v
rc=$((rc || $?))
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
rc=$((rc || $?))