[Metax] update ci bash (#5760)

Co-authored-by: root <root@lt-wks-10-0-180-15.pub.metax-tech.com>
This commit is contained in:
MingkunZhang
2025-12-25 11:47:38 +08:00
committed by GitHub
parent f0bbdce849
commit e48e306134
+2
View File
@@ -232,6 +232,8 @@ while IFS=, read -r file exit_code cost_time; do
FAIL_COUNT=$((FAIL_COUNT + 1))
FAIL_FILES+=$(basename "$file")
echo "$file" >> ${FAIL_FILE_LIST}
echo -e "\n\n+++++++++++++++++++++++++ [ $(basename "$file") ] Fail Info +++++++++++++++++++++++++\n\n"
cat ${LOG_SUBDIR}/$(basename "$file").log
fi
done < "$LOG_RESULT_TMP"