Fixed regression-wally so it actually produces covereage reports.

This commit is contained in:
Rose Thompson 2024-04-16 15:37:04 -05:00
parent c160a78e8c
commit 21a9ff248a

View File

@ -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,