test: refine debug

This commit is contained in:
happyguoxy 2024-12-03 17:16:36 +08:00
parent a1bda29ffc
commit b18a76f0c6
1 changed files with 0 additions and 1 deletions

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