change test order
This commit is contained in:
parent
dfdd43598c
commit
28f9f135a9
|
@ -120,8 +120,8 @@ pipeline {
|
||||||
timeout(time: 45, unit: 'MINUTES'){
|
timeout(time: 45, unit: 'MINUTES'){
|
||||||
pre_test()
|
pre_test()
|
||||||
sh'''
|
sh'''
|
||||||
cd ${WKC}/tests
|
cd ${WKC}/debug
|
||||||
./test-all.sh b1fq
|
ctest
|
||||||
'''
|
'''
|
||||||
sh'''
|
sh'''
|
||||||
export LD_LIBRARY_PATH=${WKC}/debug/build/lib
|
export LD_LIBRARY_PATH=${WKC}/debug/build/lib
|
||||||
|
@ -129,8 +129,8 @@ pipeline {
|
||||||
./fulltest.sh
|
./fulltest.sh
|
||||||
'''
|
'''
|
||||||
sh'''
|
sh'''
|
||||||
cd ${WKC}/debug
|
cd ${WKC}/tests
|
||||||
ctest
|
./test-all.sh b1fq
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue