From 42f5734c42f55256b738ed72eeec74208edfe822 Mon Sep 17 00:00:00 2001 From: rachida Date: Thu, 24 Jun 2021 11:28:19 -0400 Subject: [PATCH] SWDEV-296154 rocprofiler test suite is failing Change-Id: Id2b0ade0a475e38ea54671802e16b25d5beabed8 [ROCm/rocprofiler commit: 312048b38df9274f54aaf573af2efbeed5de7c78] --- projects/rocprofiler/test/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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