You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -956,7 +956,7 @@ test-infrastructure-verbose: ## Run unit and integration tests with race detecto
956
956
957
957
.PHONY: test-infrastructure-junit
958
958
test-infrastructure-junit: $(SETUP_ENVTEST)$(GOTESTSUM)## Run unit and integration tests with race detector and generate a junit report for docker infrastructure provider
959
-
cd test/infrastructure;set +o errexit; (KUBEBUILDER_ASSETS="$(KUBEBUILDER_ASSETS)" go test -json ./... $(TEST_ARGS);echo$$?>$(ARTIFACTS)/junit.infra_docker.exitcode) | tee $(ARTIFACTS)/junit.infra_docker.stdout
959
+
cd test/infrastructure;set +o errexit; (KUBEBUILDER_ASSETS="$(KUBEBUILDER_ASSETS)" go test -race -json ./... $(TEST_ARGS);echo$$?>$(ARTIFACTS)/junit.infra_docker.exitcode) | tee $(ARTIFACTS)/junit.infra_docker.stdout
cd test/infrastructure;set +o errexit; (KUBEBUILDER_ASSETS="$(KUBEBUILDER_ASSETS)" go test -run "^TestFuzzyConversion$$" -json ./... $(TEST_ARGS);echo$$?>$(ARTIFACTS)/junit-fuzz.infra_docker.exitcode) | tee $(ARTIFACTS)/junit-fuzz.infra_docker.stdout
0 commit comments