tstest/integration: log all the output printed by tailscale up

Updates tailscale/corp#31476
Updates #17361

Signed-off-by: Alex Chan <alexc@tailscale.com>
This commit is contained in:
Alex Chan
2025-10-06 18:36:52 +01:00
committed by Alex Chan
parent 06f12186d9
commit bb6bd46570
2 changed files with 4 additions and 1 deletions

View File

@@ -477,7 +477,7 @@ func TestOneNodeUpAuth(t *testing.T) {
var authURLCount atomic.Int32
var deviceApprovalURLCount atomic.Int32
handler := &authURLParserWriter{
handler := &authURLParserWriter{t: t,
authURLFn: completeLogin(t, env.Control, &authURLCount),
deviceApprovalURLFn: completeDeviceApproval(t, n1, &deviceApprovalURLCount),
}