Merge pull request #29663 from taosdata/tomchon-patch-4
Update run_all_ci_cases.sh
This commit is contained in:
commit
a2ad3d3922
|
@ -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
|
||||
print_color "$GREEN" "End of ci test cases" | tee -a $WORK_DIR/date.log
|
||||
|
|
Loading…
Reference in New Issue