mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-29 04:55:31 +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,
|
Dir: tmps1,
|
||||||
ControlURL: controlURL,
|
ControlURL: controlURL,
|
||||||
Hostname: "s1",
|
Hostname: "s1",
|
||||||
Logf: logger.TestLogger(t),
|
Logf: tstest.WhileTestRunningLogger(t),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
s1 := newServer()
|
s1 := newServer()
|
||||||
|
Loading…
Reference in New Issue
Block a user