Tests: Fix driver.py error for missing scenario (#6586)
This commit is contained in:
parent
bf2422b55b
commit
cc28b07dc1
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue