We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3c17e0 commit e8056b5Copy full SHA for e8056b5
dep/cmd/cmd_test.go
@@ -96,6 +96,7 @@ func TestCmd(t *testing.T) {
96
cmd.WithCommand("go", "env", "GOPRIVATE"),
97
cmd.WithEnv("GOPRIVATE=foo"),
98
cmd.WithWaitMatchingLine("foo"),
99
+ cmd.WithStopFn(func(c *exec.Cmd) error { return nil }),
100
),
101
},
102
{
0 commit comments