twister: stats: 'Executed test cases' -> 'Completed test cases'
Built tests are not executed, change column title. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
950dccc5bb
commit
7e23b35c33
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ class ExecutionCounter(object):
|
|||
print(f"{'Total test cases: ':<18}{self.cases}")
|
||||
print(f"├─ {'Filtered test cases: ':<21}{self.filtered_cases:>{total_cases_n_length}}")
|
||||
print(f"├─ {'Skipped test cases: ':<21}{self.skipped_cases:>{total_cases_n_length}}")
|
||||
print(f"└─ {'Executed test cases: ':<21}{executed_cases:>{total_cases_n_length}}")
|
||||
print(f"└─ {'Selected test cases: ':<21}{executed_cases:>{total_cases_n_length}}")
|
||||
print(f" ├─ {'Passed test cases: ':<25}{self.passed_cases:>{executed_cases_n_length}}")
|
||||
print(f" ├─ {'Built only test cases: ':<25}{self.notrun_cases:>{executed_cases_n_length}}")
|
||||
print(f" ├─ {'Blocked test cases: ':<25}{self.blocked_cases:>{executed_cases_n_length}}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue