From 6805ff10af5640f380a25ba8b53090102a9c5d27 Mon Sep 17 00:00:00 2001 From: wahidw Date: Fri, 10 Apr 2020 03:17:52 +0000 Subject: [PATCH 1/1] Correcting UT build script Change-Id: I8548051bab7ca4c73ed15631e5bb444e84b5d617 Signed-off-by: wahidw --- build-rtmgr-ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6