mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-23 02:36:42 +00:00
Add fail line
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user