Skip to content

Commit

Permalink
Install ginkgo
Browse files Browse the repository at this point in the history
  • Loading branch information
hoegaarden authored and totherme committed Nov 29, 2017
1 parent 3ac8575 commit f229571
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pre-commit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 || $?))

Expand Down

0 comments on commit f229571

Please sign in to comment.