From c1d51cde99f7687c6c9efe3bdf35a3514505dd32 Mon Sep 17 00:00:00 2001 From: happyguoxy Date: Mon, 16 Dec 2024 11:01:28 +0800 Subject: [PATCH] coverage only branch --- tests/run_local_coverage_only_branch.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/run_local_coverage_only_branch.sh b/tests/run_local_coverage_only_branch.sh index b889ecf528..9329e448be 100755 --- a/tests/run_local_coverage_only_branch.sh +++ b/tests/run_local_coverage_only_branch.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"