From 4b982805f8057693af24ba8e7bc405098c199067 Mon Sep 17 00:00:00 2001 From: tangfangzhi Date: Thu, 21 Apr 2022 10:15:28 +0800 Subject: [PATCH] set LD_LIBRARY_PATH for python test --- Jenkinsfile2 | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile2 b/Jenkinsfile2 index c9a8c36363..a2043797c0 100644 --- a/Jenkinsfile2 +++ b/Jenkinsfile2 @@ -124,6 +124,7 @@ pipeline { ./test-all.sh b1fq ''' sh''' + export LD_LIBRARY_PATH=${WKC}/debug/build/lib cd ${WKC}/tests/system-test ./fulltest.sh '''