mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-03 02:05:21 +00:00
Fixed regression-wally so it actually produces covereage reports.
This commit is contained in:
parent
c160a78e8c
commit
21a9ff248a
@ -208,7 +208,7 @@ def addTests(tests, sim):
|
|||||||
gs = test[3]
|
gs = test[3]
|
||||||
else:
|
else:
|
||||||
gs = "All tests ran without failures"
|
gs = "All tests ran without failures"
|
||||||
cmdPrefix="wsim --sim " + sim + " " + config
|
cmdPrefix="wsim --sim " + sim + " " + coverStr + " " + config
|
||||||
for t in suites:
|
for t in suites:
|
||||||
tc = TestCase(
|
tc = TestCase(
|
||||||
name=t,
|
name=t,
|
||||||
|
Loading…
Reference in New Issue
Block a user