Skip to content

Commit

Permalink
replace not defined -ginkgo.v -ginkgo.failFast options with test.v an…
Browse files Browse the repository at this point in the history
…d test.failfast
  • Loading branch information
jkhelil committed Oct 8, 2021
1 parent b8ea1dc commit beaf22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/test-with-envtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ source "${ENVTEST_ASSETS_DIR}/setup-envtest.sh"
fetch_envtest_tools "${ENVTEST_ASSETS_DIR}"
setup_envtest_env "${ENVTEST_ASSETS_DIR}"
# Run tests sequentially - the controller integration tests cannot be run concurrently
go test ./... -coverprofile cover.out -p 1 -failfast -ginkgo.v -ginkgo.failFast
go test ./... -coverprofile cover.out -p 1 -failfast -test.v -test.failfast

0 comments on commit beaf22e

Please sign in to comment.