From 176bead5023749b301d573375d79dabee4d0d888 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 6 Mar 2026 11:36:44 +0100 Subject: pkg/aflow/action/crash: collect test coverage Collect code coverage for test programs. This is likley to be needed for #6878 and seed generation workflow. For now it's not wired into any workflow/tool and is not tested. But this should provide most of the plumbing to wire it up. --- pkg/instance/instance_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/instance/instance_test.go') diff --git a/pkg/instance/instance_test.go b/pkg/instance/instance_test.go index cd291233c..ab5e6ffe1 100644 --- a/pkg/instance/instance_test.go +++ b/pkg/instance/instance_test.go @@ -50,7 +50,7 @@ func TestExecprogCmd(t *testing.T) { FaultCall: 2, FaultNth: 3, }, - }, true, 10, "myprog") + }, true, 10, "", "myprog") args := strings.Split(cmdLine, " ")[1:] if err := tool.ParseFlags(flags, args); err != nil { t.Fatal(err) -- cgit mrf-deployment