Add debug line

This commit is contained in:
Zoltán Papp
2025-08-14 17:59:03 +02:00
parent e97f853909
commit 41d4779867

View File

@@ -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")
}