tailscale/tstest/integration
Christine Dodrill e0f0d10672
tstest/integration/vms: log to t.Logf directly (#2147)
Previously we used t.Logf indirectly via package log. This worked, but
it was not ideal for our needs. It could cause the streams of output to
get crossed. This change uses a logger.FuncWriter every place log.Output
was previously used, which will more correctly write log information to
the right test output stream.

Signed-off-by: Christine Dodrill <xe@tailscale.com>
2021-06-16 14:57:11 -04:00
..
testcontrol tstest/integration: add some debugging for TestAddPingRequest flakes 2021-06-10 15:13:14 -07:00
vms tstest/integration/vms: log to t.Logf directly (#2147) 2021-06-16 14:57:11 -04:00
integration_test.go tstest/integration: reenable TestAddPingRequest 2021-06-15 12:41:08 -07:00
integration.go tstest/integration/vms: copy locally built binaries (#2006) 2021-05-31 11:35:01 -04:00