tailscale/tstest
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
..
integration tstest/integration/vms: log to t.Logf directly (#2147) 2021-06-16 14:57:11 -04:00
natlab all: adapt to opaque netaddr types 2021-05-16 14:52:00 -07:00
staticcheck tstest/staticcheck: import the main package to fix "go mod tidy" 2021-02-20 09:53:47 -08:00
clock.go tstest/natlab: add a stateful firewall. 2020-07-11 05:17:38 +00:00
log_test.go tstest: rename LogListener to LogLineTracker 2020-09-04 08:09:56 -07:00
log.go types/logger: add key grinder stats lines to rate-limiting exemption list 2021-05-05 08:25:15 -07:00
resource.go tstest: simplify goroutine leak tests 2021-02-03 13:06:40 -08:00
tstest.go tstest: add WaitFor helper 2021-04-29 14:43:46 -07:00