mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-23 00:17:25 +08:00
[CI] Fix non-deterministic test and skip failed_tests.log in log print (#6672)
This commit is contained in:
@@ -80,7 +80,7 @@ for file in $TEST_FILES; do
|
||||
if [ "${#server_logs[@]}" -gt 0 ]; then
|
||||
for server_log in "${server_logs[@]}"; do
|
||||
# skip failed_tests_file
|
||||
[ "${server_log}" == "${failed_tests_file}" ] && continue
|
||||
[[ "$(basename "$server_log")" == "$failed_tests_file" ]] && continue
|
||||
if [ -f "${server_log}" ]; then
|
||||
echo
|
||||
echo "---------------- ${server_log} (last 100 lines) ----------------"
|
||||
|
||||
Reference in New Issue
Block a user