test:add tdengine case task
This commit is contained in:
parent
9de3dc9611
commit
3d452aaba6
|
@ -77,6 +77,7 @@ function get_DIR() {
|
||||||
TDENGINE_ALLCI_REPORT="$TDENGINE_DIR/tests/all-ci-report-$today.log"
|
TDENGINE_ALLCI_REPORT="$TDENGINE_DIR/tests/all-ci-report-$today.log"
|
||||||
BACKUP_DIR="$TDENGINE_DIR/tests/ci_bak"
|
BACKUP_DIR="$TDENGINE_DIR/tests/ci_bak"
|
||||||
mkdir -p "$BACKUP_DIR"
|
mkdir -p "$BACKUP_DIR"
|
||||||
|
cp $TDENGINE_DIR/tests/cases.task $TDENGINE_DIR/tests/cases_tdengine.task
|
||||||
fi
|
fi
|
||||||
elif [[ "$PROJECT_DIR" == *"/TDinternal" ]]; then
|
elif [[ "$PROJECT_DIR" == *"/TDinternal" ]]; then
|
||||||
TDENGINE_DIR="$PROJECT_DIR/community"
|
TDENGINE_DIR="$PROJECT_DIR/community"
|
||||||
|
@ -84,6 +85,7 @@ function get_DIR() {
|
||||||
TDENGINE_ALLCI_REPORT="$TDENGINE_DIR/tests/all-ci-report-$today.log"
|
TDENGINE_ALLCI_REPORT="$TDENGINE_DIR/tests/all-ci-report-$today.log"
|
||||||
BACKUP_DIR="$TDENGINE_DIR/tests/ci_bak"
|
BACKUP_DIR="$TDENGINE_DIR/tests/ci_bak"
|
||||||
mkdir -p "$BACKUP_DIR"
|
mkdir -p "$BACKUP_DIR"
|
||||||
|
cp $TDENGINE_DIR/tests/cases.task $TDENGINE_DIR/tests/cases_tdengine.task
|
||||||
elif [[ "$PROJECT_DIR" == *"/TDengine" ]]; then
|
elif [[ "$PROJECT_DIR" == *"/TDengine" ]]; then
|
||||||
TDENGINE_DIR="$PROJECT_DIR"
|
TDENGINE_DIR="$PROJECT_DIR"
|
||||||
BUILD_DIR="$PROJECT_DIR/debug"
|
BUILD_DIR="$PROJECT_DIR/debug"
|
||||||
|
|
Loading…
Reference in New Issue