diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2026-03-06 11:36:44 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2026-03-09 12:29:48 +0000 |
| commit | 176bead5023749b301d573375d79dabee4d0d888 (patch) | |
| tree | d63c6e04860a64a12599c80d50f3b8a5ff27aa4b /pkg/instance/instance_test.go | |
| parent | 5cb44a80412f4dcfba9693d7d0e4c2ae352acdaa (diff) | |
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.
Diffstat (limited to 'pkg/instance/instance_test.go')
| -rw-r--r-- | pkg/instance/instance_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
