test:add local coverage script
This commit is contained in:
parent
3100c0e0e0
commit
d0f1be3a4b
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue