File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
scripts/pylib/twister/twisterlib Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ def summary(self):
173
173
print (f"{ 'Total test cases: ' :<18} { self .cases } " )
174
174
print (f"├─ { 'Filtered test cases: ' :<21} { self .filtered_cases :>{total_cases_n_length }} " )
175
175
print (f"├─ { 'Skipped test cases: ' :<21} { self .skipped_cases :>{total_cases_n_length }} " )
176
- print (f"└─ { 'Executed test cases: ' :<21} { executed_cases :>{total_cases_n_length }} " )
176
+ print (f"└─ { 'Selected test cases: ' :<21} { executed_cases :>{total_cases_n_length }} " )
177
177
print (f" ├─ { 'Passed test cases: ' :<25} { self .passed_cases :>{executed_cases_n_length }} " )
178
178
print (f" ├─ { 'Built only test cases: ' :<25} { self .notrun_cases :>{executed_cases_n_length }} " )
179
179
print (f" ├─ { 'Blocked test cases: ' :<25} { self .blocked_cases :>{executed_cases_n_length }} " )
You can’t perform that action at this time.
0 commit comments