We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebc8c62 commit b484f17Copy full SHA for b484f17
integration/client_get_services_test.go
@@ -34,6 +34,7 @@ func TestGetServices(t *testing.T) {
34
35
output, err := cmd.CombinedOutput()
36
if err != nil {
37
+ t.Logf("output: %v\n", string(output))
38
t.Fatal(err)
39
}
40
if *update {
0 commit comments