Home
last modified time | relevance | path

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

/openthread-latest/tests/scripts/thread-cert/
Drun_cert_suite.py48 _COLOR_FAIL = '\033[0;31m' variable
168 color = _COLOR_PASS if script_fail_count[script] == 0 else _COLOR_FAIL
179 color = _COLOR_PASS if script_fail_count[script] == 0 else _COLOR_FAIL