diff --git a/projects/rocprofiler/test/run.sh b/projects/rocprofiler/test/run.sh index 51a71d5d10..f4f0716628 100755 --- a/projects/rocprofiler/test/run.sh +++ b/projects/rocprofiler/test/run.sh @@ -57,7 +57,7 @@ eval_test() { } # paths to ROC profiler and oher libraries -export LD_LIBRARY_PATH=$PWD:$PWD/../../lib:/home/jenkins/compute-package/lib +export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD:$PWD/../../lib:/home/jenkins/compute-package/lib # enable tools load failure reporting export HSA_TOOLS_REPORT_LOAD_FAILURE=1