X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=icsversion%2Fbuild-ransliceassurance-ubuntu.sh;h=63f317b1a196ef4675be225a21b9f5575f449fd0;hb=7ab498cb0747959216e7f69fbd78ef2c69ec3f54;hp=8b57494a8c31c176e13032bc1a1f702eaaee16be;hpb=80578e5a9ceb992f28bafb4e32c92815df24d60e;p=nonrtric%2Frapp%2Fransliceassurance.git diff --git a/icsversion/build-ransliceassurance-ubuntu.sh b/icsversion/build-ransliceassurance-ubuntu.sh index 8b57494..63f317b 100755 --- a/icsversion/build-ransliceassurance-ubuntu.sh +++ b/icsversion/build-ransliceassurance-ubuntu.sh @@ -22,13 +22,13 @@ echo "--> build-ransliceassurance-ubuntu.sh" # go installs tools like go-acc to $HOME/go/bin # ubuntu minion path lacks go export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin +export GO111MODULE=on go version cd icsversion/ # install the go coverage tool helper -go get -v github.com/ory/go-acc +go install github.com/ory/go-acc -export GO111MODULE=on go get github.com/stretchr/testify/mock@v1.7.0 go-acc ./... --ignore mocks