Skip to content

Commit

Permalink
Merge pull request #12209 from stevekuznetsov/skuznets/make-junit
Browse files Browse the repository at this point in the history
Merged by openshift-bot
  • Loading branch information
OpenShift Bot authored Dec 14, 2016
2 parents 595b6bd + 8a68587 commit 6b08947
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ export OS_OUTPUT_GOPATH
# mounting secrets specific to a build environment.
export OS_BUILD_IMAGE_ARGS

# Tests run using `make` are most often run by the CI system, so we are OK to
# assume the user wants jUnit output and will turn it off if they don't.
JUNIT_REPORT ?= true

# Build code.
#
# Args:
Expand Down

0 comments on commit 6b08947

Please sign in to comment.