mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 21:07:34 -04:00
Merge da76b69300
into 594ea976c9
This commit is contained in:
commit
9a83c4df27
1 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,7 @@ class RegressionMetadata(scripts_lib.testdata_cls):
|
|||
matched_list: ibex_cmd._TestEntries = []
|
||||
for entry in m.get('tests'):
|
||||
select_test = any(x in self.test.split(',')
|
||||
for x in ['all_directed', entry.get('test')])
|
||||
for x in ['all_directed', 'all', entry.get('test')])
|
||||
if select_test:
|
||||
entry.update({'iterations': (self.iterations or entry['iterations'])})
|
||||
if entry['iterations'] > 0:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue