提交 a9eecfa5 编写于 作者: L liuyq-617

fix

上级 5e8ab6b9
......@@ -33,10 +33,7 @@ def abort_previous(){
milestone(buildNumber)
}
def pre_test(){
script{
abort_previous()
abortPreviousBuilds()
}
sh '''
sudo rmtaos || echo "taosd has not installed"
......
......@@ -172,7 +172,7 @@ function runPyCaseOneByOnefq() {
out_log=`tail -1 pytest-out.log `
if [[ $out_log =~ 'failed' ]];then
cp -r ../../sim ~/sim_`date "+%Y_%m_%d_%H:%M:%S" `
echo '=====================log====================='
echo '=====================log===================== '
cat ../../sim/case.log
rm -rf ../../sim/case.log
dohavecore $2
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册