twister: use consistent language for test configurations
In the summary, use "configurations" instead of instances. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
c394a27d77
commit
81af36202b
1 changed files with 1 additions and 1 deletions
|
@ -1696,7 +1696,7 @@ class TwisterRunner:
|
|||
self.results.error_increment()
|
||||
|
||||
def show_brief(self):
|
||||
logger.info("%d test scenarios (%d test instances) selected, "
|
||||
logger.info("%d test scenarios (%d configurations) selected, "
|
||||
"%d configurations filtered (%d by static filter, %d at runtime)." %
|
||||
(len(self.suites), len(self.instances),
|
||||
self.results.skipped_configs,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue