mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-25 19:15:34 +00:00
tsnet: fix panic caused by logging after test finishes
Updates #13773 Signed-off-by: Andrew Dunham <andrew@du.nham.ca> Change-Id: I95e03eb6aef1639bd4a2efd3a415e2c10cdebc5a
This commit is contained in:
parent
1938685d39
commit
91f58c5e63
@ -510,7 +510,7 @@ func TestStartStopStartGetsSameIP(t *testing.T) {
|
||||
Dir: tmps1,
|
||||
ControlURL: controlURL,
|
||||
Hostname: "s1",
|
||||
Logf: logger.TestLogger(t),
|
||||
Logf: tstest.WhileTestRunningLogger(t),
|
||||
}
|
||||
}
|
||||
s1 := newServer()
|
||||
|
Loading…
Reference in New Issue
Block a user