twister: count errors identified during evaluation of tests
Some tests report errors based on configuration, those need to be captured. Fixes #51202. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
cfcf630184
commit
6a5af72d66
1 changed files with 2 additions and 0 deletions
|
@ -943,6 +943,8 @@ class TwisterRunner:
|
|||
self.results.skipped_filter += 1
|
||||
self.results.skipped_configs += 1
|
||||
self.results.skipped_cases += len(instance.testsuite.testcases)
|
||||
elif instance.status == 'error':
|
||||
self.results.error += 1
|
||||
|
||||
def update_counting_after_pipeline(self):
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue