X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fapp_test%2Frun_multi_test.sh;fp=test%2Fapp_test%2Frun_multi_test.ksh;h=d8cf765c17ecda6133cc1e009fabd2876ac1619c;hb=1739800d21456ddb0b0efbf92cb6d60c6f772feb;hp=acc065d35e654d0139e896ede1c9f7c23a14989a;hpb=338fe5e46223df8145b53cdf52dab358f18c7f26;p=ric-plt%2Flib%2Frmr.git diff --git a/test/app_test/run_multi_test.ksh b/test/app_test/run_multi_test.sh similarity index 95% rename from test/app_test/run_multi_test.ksh rename to test/app_test/run_multi_test.sh index acc065d..d8cf765 100644 --- a/test/app_test/run_multi_test.ksh +++ b/test/app_test/run_multi_test.sh @@ -154,12 +154,16 @@ else fi fi -if [[ -d $build_path/lib64 ]] +if [[ -z LD_LIBRARY_PATH ]] # if cmake test sets we must honour then - export LD_LIBRARY_PATH=$build_path:$build_path/lib64:$LD_LIBRARY_PATH -else - export LD_LIBRARY_PATH=$build_path:$build_path/lib:$LD_LIBRARY_PATH + if [[ -d $build_path/lib64 ]] + then + export LD_LIBRARY_PATH=$build_path:$build_path/lib64:$LD_LIBRARY_PATH + else + export LD_LIBRARY_PATH=$build_path:$build_path/lib:$LD_LIBRARY_PATH + fi fi + export LIBRARY_PATH=$LD_LIBRARY_PATH export RMR_SEED_RT=./multi.rt