Merge pull request #29023 from taosdata/main_altermachine

test: refine debug
This commit is contained in:
WANG Xu 2024-12-03 17:24:26 +08:00 committed by GitHub
commit 79697c2a23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View File

@ -80,7 +80,7 @@ else
fi
mv ${REP_REAL_PATH}/debug ${WORKDIR}/debugSan
rm -rf ${REP_REAL_PATH}/debug
date
ret=$?

View File

@ -27,7 +27,6 @@ function runCasesOneByOne () {
|| echo -e "${RED}$case failed${NC}" | tee -a $TDENGINE_ALLCI_REPORT
end_time=`date +%s`
echo execution time of $case was `expr $end_time - $start_time`s. | tee -a $TDENGINE_ALLCI_REPORT
if $case failed
elif [[ "$line" == *"$2"* ]]; then
if [[ "$cmd" == *"pytest.sh"* ]]; then