From: elinuxhenrik Date: Thu, 30 Sep 2021 08:36:34 +0000 (+0200) Subject: Correct Go build script X-Git-Tag: 1.2.0~79 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;ds=sidebyside;h=refs%2Fchanges%2F99%2F6799%2F1;hp=0575daa8963b5a299ce06243cf36996a59a7b6cb;p=nonrtric.git Correct Go build script Modified sed command to fix coverage file for dmaapmediatorproducer Issue-ID: NONRTRIC-593 Signed-off-by: elinuxhenrik Change-Id: Ia4671409dc079f29044a0b15fe8925a24159d901 --- diff --git a/dmaap-mediator-producer/build-dmaapmediatorproducer-ubuntu.sh b/dmaap-mediator-producer/build-dmaapmediatorproducer-ubuntu.sh index 7ef1fba8..c846b1cb 100755 --- a/dmaap-mediator-producer/build-dmaapmediatorproducer-ubuntu.sh +++ b/dmaap-mediator-producer/build-dmaapmediatorproducer-ubuntu.sh @@ -34,7 +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 +sed -i -e 's/oransc\.org\/nonrtric\/dmaapmediatorproducer/dmaap-mediator-producer/' coverage.txt cp coverage.txt $curdir echo "--> build-dmaapmediatorproducer-ubuntu.sh ends"