Merge "xapp-frame namespace changes" v0.5.12
authorAbukar Mohamed <abukar.mohamed@nokia.com>
Wed, 4 Nov 2020 08:52:52 +0000 (08:52 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Wed, 4 Nov 2020 08:52:52 +0000 (08:52 +0000)
build/make.go.mk

index ac5a219..fb20da3 100755 (executable)
@@ -65,7 +65,7 @@ $(GO_CACHE_DIR)/%: $(GOFILES) $(GOMODFILES) $$(BUILDDEPS)
 $(GO_CACHE_DIR)/%_test: $(GOALLFILES) $(GOMODFILES) $$(BUILDDEPS) FORCE
        @echo "Testing:\t$*"
        @eval GO111MODULE=on GOSUMDB=off GO_ENABLED=0 GOOS=linux $(BUILDARGS) $(GOTEST) -coverprofile $(COVEROUT) -c -o $@ ./$*
-       @if test -e $@ ; then eval $(TESTENV) $@ -test.coverprofile $(COVEROUT); else true ; fi
+       @if test -e $@ ; then eval $(TESTENV) $@ -test.v -test.coverprofile $(COVEROUT); else true ; fi
        @if test -e $@ ; then go tool cover -html=$(COVEROUT) -o $(COVERHTML); else true ; fi