提交 28f9f135 编写于 作者: T tangfangzhi

change test order

上级 dfdd4359
......@@ -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
'''
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册