From 21a9ff248a2849d539adc3ead5e688f33e926bdf Mon Sep 17 00:00:00 2001 From: Rose Thompson Date: Tue, 16 Apr 2024 15:37:04 -0500 Subject: [PATCH] Fixed regression-wally so it actually produces covereage reports. --- bin/regression-wally | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/regression-wally b/bin/regression-wally index bdb58fea0..29471cb4f 100755 --- a/bin/regression-wally +++ b/bin/regression-wally @@ -208,7 +208,7 @@ def addTests(tests, sim): gs = test[3] else: gs = "All tests ran without failures" - cmdPrefix="wsim --sim " + sim + " " + config + cmdPrefix="wsim --sim " + sim + " " + coverStr + " " + config for t in suites: tc = TestCase( name=t,