mirror of
https://github.com/espressif/openthread.git
synced 2026-08-24 19:29:52 +00:00
[github-actions] upload test result artifacts (#5479)
This commit is contained in:
+1
-1
@@ -199,7 +199,7 @@ do_cert_suite()
|
||||
|
||||
for test_case in "$@"; do
|
||||
rm -rf tmp || sudo rm -rf tmp
|
||||
if "${test_case}" &>test.log; then
|
||||
if TEST_NAME="$(basename "${test_case}" .py)" "${test_case}" &>test.log; then
|
||||
echo -e "${COLOR_PASS}PASS${COLOR_NONE} ${test_case}"
|
||||
pass_count=$((pass_count + 1))
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user