From c65a65db11cb29446e7810a0d3e7a74095f7c82e Mon Sep 17 00:00:00 2001 From: wahidw Date: Mon, 6 Jul 2020 11:39:47 +0000 Subject: [PATCH] Added correct path in UT which otherwise was failing Change-Id: I5b2d24a283686a75b6fc531f053c95d34e65e756 Signed-off-by: wahidw --- build-rtmgr-ubuntu.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-rtmgr-ubuntu.sh b/build-rtmgr-ubuntu.sh index c246f77..c822551 100755 --- a/build-rtmgr-ubuntu.sh +++ b/build-rtmgr-ubuntu.sh @@ -21,8 +21,8 @@ set -eux echo "--> rtmgr-build-ubuntu.sh" curdir=`pwd` RMRVERSION=4.1.2 -wget --content-disposition https://packagecloud.io/o-ran-sc/staging/packages/debian/stretch/rmr_${RMRVERSION}_amd64.deb/download.deb && sudo dpkg -i rmr_${RMRVERSION}_amd64.deb && rm -rf rmr_${RMRVERSION}_amd64.deb -wget --content-disposition https://packagecloud.io/o-ran-sc/staging/packages/debian/stretch/rmr-dev_${RMRVERSION}_amd64.deb/download.deb && sudo dpkg -i rmr-dev_${RMRVERSION}_amd64.deb && rm -rf rmr-dev_${RMRVERSION}_amd64.deb +wget --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/rmr_${RMRVERSION}_amd64.deb/download.deb && sudo dpkg -i rmr_${RMRVERSION}_amd64.deb && rm -rf rmr_${RMRVERSION}_amd64.deb +wget --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/rmr-dev_${RMRVERSION}_amd64.deb/download.deb && sudo dpkg -i rmr-dev_${RMRVERSION}_amd64.deb && rm -rf rmr-dev_${RMRVERSION}_amd64.deb # required to find nng and rmr libs export LD_LIBRARY_PATH=/usr/local/lib -- 2.16.6