diff --git a/client/cmd/service_test.go b/client/cmd/service_test.go index 6d75ca524..41df4f210 100644 --- a/client/cmd/service_test.go +++ b/client/cmd/service_test.go @@ -64,6 +64,7 @@ func TestServiceLifecycle(t *testing.T) { t.Skipf("Skipping service lifecycle test on unsupported OS: %s", runtime.GOOS) } + fmt.Printf("--- Running service lifecycle test on %s\n", os.Getenv("CONTAINER")) if os.Getenv("CONTAINER") == "true" { t.Skip("Skipping service lifecycle test in container environment") }