diff --git a/e2e/cli-plugins/socket_test.go b/e2e/cli-plugins/socket_test.go index 27d0c07e77fb..360715681e4a 100644 --- a/e2e/cli-plugins/socket_test.go +++ b/e2e/cli-plugins/socket_test.go @@ -195,6 +195,7 @@ func TestPluginSocketCommunication(t *testing.T) { assert.NilError(t, err, "failed to signal CLI process") }() out, err := command.CombinedOutput() + t.Log(string(out)) var exitError *exec.ExitError assert.Assert(t, errors.As(err, &exitError))