Skip to content

Commit b484f17

Browse files
committed
add command output
1 parent ebc8c62 commit b484f17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integration/client_get_services_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ func TestGetServices(t *testing.T) {
3434

3535
output, err := cmd.CombinedOutput()
3636
if err != nil {
37+
t.Logf("output: %v\n", string(output))
3738
t.Fatal(err)
3839
}
3940
if *update {

0 commit comments

Comments
 (0)