From: elinuxhenrik Date: Thu, 30 Sep 2021 06:54:13 +0000 (+0200) Subject: Correct Go build script X-Git-Tag: 1.2.0~80 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F96%2F6796%2F1;p=nonrtric.git Correct Go build script Added sed command to fix coverage file for dmaapmediatorproducer Issue-ID: NONRTRIC-593 Signed-off-by: elinuxhenrik Change-Id: Icde995bdc4157bf1869087080c18217b0da35316 --- diff --git a/dmaap-mediator-producer/build-dmaapmediatorproducer-ubuntu.sh b/dmaap-mediator-producer/build-dmaapmediatorproducer-ubuntu.sh index da5f3422..7ef1fba8 100755 --- a/dmaap-mediator-producer/build-dmaapmediatorproducer-ubuntu.sh +++ b/dmaap-mediator-producer/build-dmaapmediatorproducer-ubuntu.sh @@ -34,5 +34,7 @@ go get github.com/stretchr/testify/mock@v1.7.0 go-acc ./... --ignore mocks +sed -i -e 's/oransc\.org\/nonrtric\///' coverage.txt + cp coverage.txt $curdir echo "--> build-dmaapmediatorproducer-ubuntu.sh ends"