test:add local coverage script

This commit is contained in:
happyguoxy 2024-12-16 11:02:25 +08:00
parent 3100c0e0e0
commit d0f1be3a4b
1 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ function pullTDengine() {
git checkout -- .
git checkout $branch
git checkout -- .
git clean -dfx
git clean -f
git pull
# pull tdengine code
@ -96,7 +96,7 @@ function pullTDengine() {
git checkout -- .
git checkout $branch
git checkout -- .
git clean -dfx
git clean -f
git pull
print_color "$GREEN" "TDengine pull end"