set LD_LIBRARY_PATH for python test
This commit is contained in:
parent
c4f02d6dfa
commit
4b982805f8
|
@ -124,6 +124,7 @@ pipeline {
|
||||||
./test-all.sh b1fq
|
./test-all.sh b1fq
|
||||||
'''
|
'''
|
||||||
sh'''
|
sh'''
|
||||||
|
export LD_LIBRARY_PATH=${WKC}/debug/build/lib
|
||||||
cd ${WKC}/tests/system-test
|
cd ${WKC}/tests/system-test
|
||||||
./fulltest.sh
|
./fulltest.sh
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in New Issue