Skip to content

Commit

Permalink
Update make/test.mk
Browse files Browse the repository at this point in the history
Co-authored-by: Francisc Munteanu <[email protected]>
  • Loading branch information
Meer Sawood and mfrancisc authored May 16, 2024
1 parent c6b6145 commit 38e2527
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions make/test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,7 @@ generate-report:
@echo "Generating report"
ifneq ($(OPENSHIFT_BUILD_NAMESPACE),)
mkdir -p ${ARTIFACT_DIR}/${REPORT_PORTAL_DIR}
PATH=${PATH}:$(go env GOPATH)/bin
go-junit-report > ${ARTIFACT_DIR}/${REPORT_PORTAL_DIR}/${REPORT_NAME}
PATH=${PATH}:$(go env GOPATH)/bin go-junit-report > ${ARTIFACT_DIR}/${REPORT_PORTAL_DIR}/${REPORT_NAME}
@echo "xUnit Report Generation Successful"
else
@echo "Skipping Report as its a local run"
Expand Down

0 comments on commit 38e2527

Please sign in to comment.