Skip to content

Commit

Permalink
run-contract-tests-on-lite.sh: use v2 ginkgo
Browse files Browse the repository at this point in the history
[#184260867](https://www.pivotaltracker.com/story/show/184260867)

Co-authored-by: Andrew Garner <[email protected]>
Co-authored-by: Kim Bassett <[email protected]>
  • Loading branch information
abg and kimago committed Jul 24, 2023
1 parent c152ba8 commit cf9fdc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-contract-tests-on-lite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fi
export DUMMY_RELEASE_SHA="02ffb94879f11518a91aedff8507fe7a28deb6fa"
export DUMMY_RELEASE_URL="https://s3.amazonaws.com/cf-services-internal-builds/dummy-bosh-release/dummy-release-2%2Bdev.1.tgz"

GO111MODULE=on GOFLAGS="-mod=vendor" go run github.com/onsi/ginkgo/ginkgo \
GO111MODULE=on GOFLAGS="-mod=vendor" go run github.com/onsi/ginkgo/v2/ginkgo \
-randomizeSuites=true \
-randomizeAllSpecs=true \
-keepGoing=true \
Expand Down

0 comments on commit cf9fdc3

Please sign in to comment.