mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-22 16:07:51 +08:00
[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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user