mirror of
https://github.com/tailscale/tailscale.git
synced 2025-01-07 08:07:42 +00:00
debug windows
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
parent
494420a9e1
commit
3d71201428
@ -1006,7 +1006,8 @@ func TestUserMetrics(t *testing.T) {
|
||||
t.Logf("getting status: %s", err)
|
||||
return false
|
||||
}
|
||||
t.Logf("status1: %v", status1.Self)
|
||||
t.Logf("status pr1: %v", status1.Self.PrimaryRoutes)
|
||||
t.Logf("status r1: %v", status1.Self.AllowedIPs)
|
||||
return status1.Self.PrimaryRoutes != nil && status1.Self.PrimaryRoutes.Len() == 3
|
||||
})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user