From 6b30bbc035256d8f9ed9874e38f9bdd04d5b89aa Mon Sep 17 00:00:00 2001 From: happyguoxy Date: Fri, 3 Jan 2025 17:18:21 +0800 Subject: [PATCH] test:support TDengine/TDinternal --- tests/run_local_coverage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run_local_coverage.sh b/tests/run_local_coverage.sh index 421330a1bc..23dcec5d9b 100755 --- a/tests/run_local_coverage.sh +++ b/tests/run_local_coverage.sh @@ -239,7 +239,7 @@ elif [ -n "$BRANCH_BUILD" ] && [ "$BRANCH_BUILD" = "YES" -o "$BRANCH_BUILD" = "y print_color "$GREEN" "Testing branch: $branch " print_color "$GREEN" "Build is required for this test!" buildTDengine -elif [ -n "$BRANCH_BUILD" ] && [ "$BRANCH_BUILD" = "ONLY_INSTALL" -o "$BRANCH_BUILD" = "only_install"] ; then +elif [ -n "$BRANCH_BUILD" ] && [ "$BRANCH_BUILD" = "ONLY_INSTALL" -o "$BRANCH_BUILD" = "only_install" ] ; then CURRENT_DIR=$(pwd) echo "CURRENT_DIR: $CURRENT_DIR" if [ -d .git ]; then