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
test-framework-junit: $(SETUP_ENVTEST)$(GOTESTSUM)## Run unit and integration tests and generate a junit report for the test extension
987
+
cd$(E2E_FRAMEWORK_DIR);set +o errexit; (KUBEBUILDER_ASSETS="$(KUBEBUILDER_ASSETS)" go test -race -json ./... $(TEST_ARGS);echo$$?>$(ARTIFACTS)/junit.test_framework.exitcode) | tee $(ARTIFACTS)/junit.test_framework.stdout
0 commit comments