Add fail line

This commit is contained in:
Zoltán Papp
2025-08-14 18:17:17 +02:00
parent ee85cfe21b
commit a11f903aa2

View File

@@ -75,6 +75,7 @@ func TestServiceLifecycle(t *testing.T) {
t.Skip("Skipping service lifecycle test in container environment")
}
t.Fatalf("--- Running service lifecycle test on %s, %s", runtime.GOOS, os.Getenv("CONTAINER"))
originalServiceName := serviceName
serviceName = "netbirdtest" + fmt.Sprintf("%d", time.Now().Unix())
defer func() {