Merge pull request #29023 from taosdata/main_altermachine
test: refine debug
This commit is contained in:
commit
79697c2a23
|
@ -80,7 +80,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
mv ${REP_REAL_PATH}/debug ${WORKDIR}/debugSan
|
rm -rf ${REP_REAL_PATH}/debug
|
||||||
date
|
date
|
||||||
|
|
||||||
ret=$?
|
ret=$?
|
||||||
|
|
|
@ -27,7 +27,6 @@ function runCasesOneByOne () {
|
||||||
|| echo -e "${RED}$case failed${NC}" | tee -a $TDENGINE_ALLCI_REPORT
|
|| echo -e "${RED}$case failed${NC}" | tee -a $TDENGINE_ALLCI_REPORT
|
||||||
end_time=`date +%s`
|
end_time=`date +%s`
|
||||||
echo execution time of $case was `expr $end_time - $start_time`s. | tee -a $TDENGINE_ALLCI_REPORT
|
echo execution time of $case was `expr $end_time - $start_time`s. | tee -a $TDENGINE_ALLCI_REPORT
|
||||||
if $case failed
|
|
||||||
|
|
||||||
elif [[ "$line" == *"$2"* ]]; then
|
elif [[ "$line" == *"$2"* ]]; then
|
||||||
if [[ "$cmd" == *"pytest.sh"* ]]; then
|
if [[ "$cmd" == *"pytest.sh"* ]]; then
|
||||||
|
|
Loading…
Reference in New Issue