set LD_LIBRARY_PATH for python test

This commit is contained in:
tangfangzhi 2022-04-21 10:15:28 +08:00
parent c4f02d6dfa
commit 4b982805f8
1 changed files with 1 additions and 0 deletions

View File

@ -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
'''