Browse code

Turn on jUnit output by default for `make` targets

Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>

Steve Kuznetsov authored on 2016/12/10 05:34:49
Showing 1 changed files
... ...
@@ -20,6 +20,10 @@ export OS_OUTPUT_GOPATH
20 20
 # mounting secrets specific to a build environment.
21 21
 export OS_BUILD_IMAGE_ARGS
22 22
 
23
+# Tests run using `make` are most often run by the CI system, so we are OK to
24
+# assume the user wants jUnit output and will turn it off if they don't.
25
+JUNIT_REPORT ?= true
26
+
23 27
 # Build code.
24 28
 #
25 29
 # Args: