From 41d47798677d56ee6f9022f59bb7a532d79fd3c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Papp?= Date: Thu, 14 Aug 2025 17:59:03 +0200 Subject: [PATCH] Add debug line --- client/cmd/service_test.go | 1 + 1 file changed, 1 insertion(+) 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") }