Skip to content

Commit 81af362

Browse files
nashifmmahadevan108
authored andcommitted
twister: use consistent language for test configurations
In the summary, use "configurations" instead of instances. Signed-off-by: Anas Nashif <[email protected]>
1 parent c394a27 commit 81af362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/pylib/twister/twisterlib/runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1696,7 +1696,7 @@ def update_counting_before_pipeline(self):
16961696
self.results.error_increment()
16971697

16981698
def show_brief(self):
1699-
logger.info("%d test scenarios (%d test instances) selected, "
1699+
logger.info("%d test scenarios (%d configurations) selected, "
17001700
"%d configurations filtered (%d by static filter, %d at runtime)." %
17011701
(len(self.suites), len(self.instances),
17021702
self.results.skipped_configs,

0 commit comments

Comments
 (0)