diff --git a/tests/Jenkinsfile b/tests/Jenkinsfile index 3185d9ddba2613523b23b0e07d2a5a073b83e37e..eeb56bd3b98deaebdcd4ef95e9aae514fb68de9b 100644 --- a/tests/Jenkinsfile +++ b/tests/Jenkinsfile @@ -155,7 +155,7 @@ pipeline { ''' } sh ''' - pkill -9 taosd + pkill -9 taosd || echo 1 cd ${WKC}/tests ./test-all.sh b2 date diff --git a/tests/mas/Jenkinsfile b/tests/mas/Jenkinsfile index e44df002ef8892da32fb2c3ee780149268ffd5fa..84c2d8e4c2d63094812a0ebde7f5f3150f375ccf 100644 --- a/tests/mas/Jenkinsfile +++ b/tests/mas/Jenkinsfile @@ -163,7 +163,7 @@ pipeline { ''' } sh ''' - pkill -9 taosd + pkill -9 taosd || echo 1 cd ${WKC}/tests ./test-all.sh b2 date