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
Copy file name to clipboardExpand all lines: Makefile
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -280,6 +280,7 @@ test-verbose: ## Run tests with verbose settings.
280
280
281
281
.PHONY: test-junit
282
282
test-junit: $(SETUP_ENVTEST)$(GOTESTSUM)## Run tests with verbose setting and generate a junit report
283
+
mkdir -p $(ARTIFACTS)
283
284
set +o errexit; (KUBEBUILDER_ASSETS="$(KUBEBUILDER_ASSETS)" go test -json ./... $(TEST_ARGS);echo$$?>$(ARTIFACTS)/junit.exitcode) | tee $(ARTIFACTS)/junit.stdout
0 commit comments