Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit 87cb347

Browse files
authored
Replace deprecated ginkgo flag: failFast -> fail-fast (#71)
1 parent a155f48 commit 87cb347

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hack/run-e2e-kind.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ setup_mcad_env
3131

3232
mcad_up
3333
kuttl_tests
34-
go test ./test/e2e -v -timeout 130m -count=1 -ginkgo.failFast
34+
go test ./test/e2e -v -timeout 130m -count=1 -ginkgo.fail-fast
3535

3636
RC=$?
3737
if [ ${RC} -eq 0 ]

hack/run-tests-on-cluster.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ source ${ROOT_DIR}/hack/e2e-util.sh
2424
trap cleanup EXIT
2525

2626
kuttl_tests
27-
go test ./test/e2e -v -timeout 130m -count=1 -ginkgo.failFast
27+
go test ./test/e2e -v -timeout 130m -count=1 -ginkgo.fail-fast
2828

2929
RC=$?
3030
if [ ${RC} -eq 0 ]

0 commit comments

Comments
 (0)