X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fapp_test%2Frun_call_test.ksh;h=10285231c499f50df5fcc05ad4ef9b6941d52f03;hb=refs%2Ftags%2F3.3.0;hp=207bb4056495dbc9be861fe6e4de6a74e7c81b13;hpb=6b1712a0f1c2fb37eec04b3114ce1956800f74c9;p=ric-plt%2Flib%2Frmr.git diff --git a/test/app_test/run_call_test.ksh b/test/app_test/run_call_test.ksh index 207bb40..1028523 100644 --- a/test/app_test/run_call_test.ksh +++ b/test/app_test/run_call_test.ksh @@ -157,7 +157,7 @@ if (( rebuild )) then build_path=../../.build set -e - ksh ./rebuild.ksh + $SHELL ./rebuild.ksh set +e else build_path=${BUILD_PATH:-"../../.build"} # we prefer .build at the root level, but allow user option @@ -174,12 +174,13 @@ if (( dev_base )) # assume we are testing against what we've built, not wh then if [[ -d $build_path/lib64 ]] then - export LD_LIBRARY_PATH=$build_path:$build_path/lib64 + export LD_LIBRARY_PATH=$build_path:$build_path/lib64:$LD_LIBRARY_PATH else - export LD_LIBRARY_PATH=$build_path:$build_path/lib + export LD_LIBRARY_PATH=$build_path:$build_path/lib:$LD_LIBRARY_PATH fi + export LIBRARY_PATH=$LD_LIBRARY_PATH else # -D option gets us here to test an installed library - export LD_LIBRARY_PATH=/usr/local/lib + export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH export LIBRARY_PATH=$LD_LIBRARY_PATH fi