From: wahidw Date: Fri, 10 Apr 2020 03:17:52 +0000 (+0000) Subject: Correcting UT build script X-Git-Tag: 0.6.0~11 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=6805ff10af5640f380a25ba8b53090102a9c5d27;p=ric-plt%2Frtmgr.git Correcting UT build script Change-Id: I8548051bab7ca4c73ed15631e5bb444e84b5d617 Signed-off-by: wahidw --- diff --git a/build-rtmgr-ubuntu.sh b/build-rtmgr-ubuntu.sh index c17e64e..f23b9cb 100755 --- a/build-rtmgr-ubuntu.sh +++ b/build-rtmgr-ubuntu.sh @@ -48,7 +48,7 @@ git clone "https://gerrit.o-ran-sc.org/r/ric-plt/appmgr" \ && cp appmgr/api/appmgr_rest_api.yaml api/ \ && rm -rf appmgr -cp -r ../rtmgr/* /tmp/go/src/routing-manager/. +cp -r curdir/* /tmp/go/src/routing-manager/. cd /tmp/go/src/routing-manager