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
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ def analyze_coverage(results, outcomes, allow_list, full_coverage):
|
|||
elif hits != 0 and key in allow_list:
|
||||
# Test Case should be removed from the allow list.
|
||||
if full_coverage:
|
||||
results.error('Allow listed test case was executed: {}', key)
|
||||
results.error('Allow listed test case was executed: {}', key)
|
||||
else:
|
||||
results.warning('Allow listed test case was executed: {}', key)
|
||||
|
||||
|
|
Loading…
Reference in a new issue