mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-29 00:18:06 -04:00
Correct analyze_outcomes.py identation
Signed-off-by: Tomás González <tomasagustin.gonzalezorlando@arm.com>
This commit is contained in:
parent
5022311c9d
commit
a0631446b5
@ -86,7 +86,7 @@ def analyze_coverage(results, outcomes, allow_list, full_coverage):
|
|||||||
elif hits != 0 and key in allow_list:
|
elif hits != 0 and key in allow_list:
|
||||||
# Test Case should be removed from the allow list.
|
# Test Case should be removed from the allow list.
|
||||||
if full_coverage:
|
if full_coverage:
|
||||||
results.error('Allow listed test case was executed: {}', key)
|
results.error('Allow listed test case was executed: {}', key)
|
||||||
else:
|
else:
|
||||||
results.warning('Allow listed test case was executed: {}', key)
|
results.warning('Allow listed test case was executed: {}', key)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user