Skip to content

Commit 0abd270

Browse files
committed
remove ginkgo deprecated flag
1 parent 197f56a commit 0abd270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ test: test-unit test-integration ## Run all tests
207207

208208
test-integration: clean-cov generate fmt vet envtest ## Run Integration tests.
209209
mkdir -p coverage/integration
210-
KUBEBUILDER_ASSETS="$(shell $(ENVTEST) $(ARCH_PARAM) use $(ENVTEST_K8S_VERSION) -p path)" go test ./controllers... -coverprofile $(PROJECT_PATH)/coverage/integration/cover.out -ginkgo.v -ginkgo.progress -v -timeout 0
210+
KUBEBUILDER_ASSETS="$(shell $(ENVTEST) $(ARCH_PARAM) use $(ENVTEST_K8S_VERSION) -p path)" go test ./controllers... -coverprofile $(PROJECT_PATH)/coverage/integration/cover.out -ginkgo.v -v -timeout 0
211211

212212
ifdef TEST_NAME
213213
test-unit: TEST_PATTERN := --run $(TEST_NAME)

0 commit comments

Comments
 (0)