mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-18 00:06:38 +00:00
Fix
This commit is contained in:
@@ -66,7 +66,7 @@ func TestServiceLifecycle(t *testing.T) {
|
||||
}
|
||||
|
||||
fmt.Printf("--- Started TestServiceLifecycle test on %s %s\n", runtime.GOOS, currentUser.Username)
|
||||
t.Log("--- Running service lifecycle test: %s, %s", runtime.GOOS, currentUser.Username)
|
||||
t.Logf("--- Running service lifecycle test: %s, %s", runtime.GOOS, currentUser.Username)
|
||||
|
||||
// TODO: Add support for Windows and macOS
|
||||
if runtime.GOOS != "linux" && runtime.GOOS != "freebsd" {
|
||||
|
||||
Reference in New Issue
Block a user