Skip to content

Commit b721100

Browse files
committed
log cache
Signed-off-by: Anas Nashif <[email protected]>
1 parent 73598d5 commit b721100

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/pylib/twister/twisterlib/testplan.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,9 @@ def load(self):
272272

273273
self.generate_subset(subset, int(sets))
274274

275+
if self.options.filter_cache:
276+
logger.info(f"Using filter cache: {self.options.filter_cache}")
277+
275278
def generate_subset(self, subset, sets):
276279
# Test instances are sorted depending on the context. For CI runs
277280
# the execution order is: "plat1-testA, plat1-testB, ...,

0 commit comments

Comments
 (0)