fix error

This commit is contained in:
liuyq-617 2021-07-29 13:48:37 +08:00
parent f4b07ce5d9
commit 0c08c44f7a
2 changed files with 2 additions and 2 deletions

2
tests/Jenkinsfile vendored
View File

@ -155,7 +155,7 @@ pipeline {
'''
}
sh '''
pkill -9 taosd
pkill -9 taosd || echo 1
cd ${WKC}/tests
./test-all.sh b2
date

View File

@ -163,7 +163,7 @@ pipeline {
'''
}
sh '''
pkill -9 taosd
pkill -9 taosd || echo 1
cd ${WKC}/tests
./test-all.sh b2
date