mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
Install ginkgo
This commit is contained in:
committed by
Gareth Smith
parent
3ac8575ed8
commit
f229571edb
@@ -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 || $?))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user