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

This commit is contained in:
Christian Hecken
2025-10-23 12:48:02 -04:00
committed by GitHub
parent bf2422b55b
commit cc28b07dc1
+1 -1
View File
@@ -1366,7 +1366,7 @@ class VlTest:
("--verbose" if self.verbose 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 self.verbose: