From d0f1be3a4b6f7887111cf9799be22ae114a38e11 Mon Sep 17 00:00:00 2001 From: happyguoxy Date: Mon, 16 Dec 2024 11:02:25 +0800 Subject: [PATCH] test:add local coverage script --- tests/run_local_coverage.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/run_local_coverage.sh b/tests/run_local_coverage.sh index 30b0df3c1c..b2413c4065 100755 --- a/tests/run_local_coverage.sh +++ b/tests/run_local_coverage.sh @@ -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"