Skip to content

Commit

Permalink
install ginkgo
Browse files Browse the repository at this point in the history
  • Loading branch information
boddumanohar committed Apr 26, 2021
1 parent 399d3ce commit ac4ef0a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/external-e2e/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@

# Ensure that we have the desired version of the ginkgo test runner.
install_ginkgo () {
git_checkout https://github.com/onsi/ginkgo "$GOPATH/src/github.com/onsi/ginkgo" --depth=1 &&
# We have to get dependencies and hence can't call just "go build".
go get github.com/onsi/ginkgo/ginkgo || die "building ginkgo failed" &&
mv "$GOPATH/bin/ginkgo" "_output/bin/ginkgo"
apt update -y
apt install -y golang-ginkgo-dev
}

install_ginkgo
Expand Down

0 comments on commit ac4ef0a

Please sign in to comment.