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 adb280e commit 941724bCopy full SHA for 941724b
1 file changed
e2e/cli-plugins/socket_test.go
@@ -194,6 +194,7 @@ func TestPluginSocketCommunication(t *testing.T) {
194
assert.NilError(t, err, "failed to signal CLI process")
195
}()
196
out, err := command.CombinedOutput()
197
+ t.Log(string(out))
198
199
var exitError *exec.ExitError
200
assert.Assert(t, errors.As(err, &exitError))
0 commit comments