Tests: Fix driver.py error for missing scenario (#6586)

This commit is contained in:
Christian Hecken 2025-10-23 18:48:02 +02:00 committed by GitHub
parent bf2422b55b
commit cc28b07dc1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1366,7 +1366,7 @@ class VlTest:
("--verbose" if self.verbose else ""), ("--verbose" if self.verbose else ""),
]) ])
else: else:
self.error("No compile step defined for '%s' scenario" % self.scenario()) self.error("No compile step defined for '%s' scenario" % self.scenario)
if param['make_pli']: if param['make_pli']:
if self.verbose: if self.verbose: