From a1bda29ffc4f40fc42de513c535a4eb118deca77 Mon Sep 17 00:00:00 2001 From: happyguoxy Date: Tue, 3 Dec 2024 16:54:17 +0800 Subject: [PATCH 1/2] test: refine debug --- tests/ci/container_build_newmachine.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ci/container_build_newmachine.sh b/tests/ci/container_build_newmachine.sh index 3c87cf156f..369429b99f 100755 --- a/tests/ci/container_build_newmachine.sh +++ b/tests/ci/container_build_newmachine.sh @@ -80,7 +80,7 @@ else fi -mv ${REP_REAL_PATH}/debug ${WORKDIR}/debugSan +rm -rf ${REP_REAL_PATH}/debug date ret=$? From b18a76f0c6ff7dbf3894e1eac9b49080976a0989 Mon Sep 17 00:00:00 2001 From: happyguoxy Date: Tue, 3 Dec 2024 17:16:36 +0800 Subject: [PATCH 2/2] test: refine debug --- tests/run_all_ci_cases.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/run_all_ci_cases.sh b/tests/run_all_ci_cases.sh index 486c47ff4c..959af66d19 100644 --- a/tests/run_all_ci_cases.sh +++ b/tests/run_all_ci_cases.sh @@ -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