From 7e026d35d7beaca63d35968a12868460b29de511 Mon Sep 17 00:00:00 2001 From: haoranchen Date: Mon, 3 Feb 2025 15:06:07 +0800 Subject: [PATCH] Update run_all_ci_cases.sh --- tests/run_all_ci_cases.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/run_all_ci_cases.sh b/tests/run_all_ci_cases.sh index 15d3e9f6a9..ac59955c95 100755 --- a/tests/run_all_ci_cases.sh +++ b/tests/run_all_ci_cases.sh @@ -41,7 +41,7 @@ function get_DIR() { CODE_DIR=$(pwd) if [[ "$CODE_DIR" == *"/community/"* ]]; then PROJECT_DIR=$(realpath ../..) - TDENGINE_DIR="$PROJECT_DIR" + TDENGINE_DIR="$PROJECT_DIR/community" BUILD_DIR="$PROJECT_DIR/debug" TDENGINE_ALLCI_REPORT="$TDENGINE_DIR/tests/all-ci-report-$today.log" BACKUP_DIR="$TDENGINE_DIR/tests/ci_bak" @@ -379,4 +379,4 @@ elif [ "$TEST_TYPE" = "legacy" -o "$TEST_TYPE" = "LEGACY" ]; then fi date >> $WORK_DIR/date.log -print_color "$GREEN" "End of ci test cases" | tee -a $WORK_DIR/date.log \ No newline at end of file +print_color "$GREEN" "End of ci test cases" | tee -a $WORK_DIR/date.log