mirror of
https://github.com/verilator/verilator.git
synced 2026-09-07 10:01:11 +02:00
Tests: Fix driver.py error for missing scenario (#6586)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user