change test order

This commit is contained in:
tangfangzhi 2022-04-24 19:12:25 +08:00
parent dfdd43598c
commit 28f9f135a9
1 changed files with 4 additions and 4 deletions

View File

@ -120,8 +120,8 @@ pipeline {
timeout(time: 45, unit: 'MINUTES'){
pre_test()
sh'''
cd ${WKC}/tests
./test-all.sh b1fq
cd ${WKC}/debug
ctest
'''
sh'''
export LD_LIBRARY_PATH=${WKC}/debug/build/lib
@ -129,8 +129,8 @@ pipeline {
./fulltest.sh
'''
sh'''
cd ${WKC}/debug
ctest
cd ${WKC}/tests
./test-all.sh b1fq
'''
}
}