From a9eecfa5c1db9b857612366f965361428bf2ca00 Mon Sep 17 00:00:00 2001 From: liuyq-617 Date: Tue, 23 Mar 2021 15:59:41 +0800 Subject: [PATCH] fix --- Jenkinsfile | 5 +---- tests/test-all.sh | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index bac48115d3..e1bb27bf67 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -33,10 +33,7 @@ def abort_previous(){ milestone(buildNumber) } def pre_test(){ - script{ - abort_previous() - abortPreviousBuilds() - } + sh ''' sudo rmtaos || echo "taosd has not installed" diff --git a/tests/test-all.sh b/tests/test-all.sh index 2268037d58..b8f06d8ede 100755 --- a/tests/test-all.sh +++ b/tests/test-all.sh @@ -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 -- GitLab