Home
last modified time | relevance | path

Searched refs:failure_count (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/tests/scripts/thread-cert/
Drun_cert_suite.py160 failure_count = len(script_failures[script])
161 color = _COLOR_PASS if failure_count == 0 else _COLOR_FAIL
163 if failure_count > 0:
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dall.sh605 failure_count=0 # Number of failed components
690 if [ $failure_count -gt 0 ]; then
693 echo "${start_red}FAILED: $failure_count components${end_color}"
703 if [ $failure_count -gt 0 ]; then
6490 failure_count=$((failure_count + 1))