tstest: don't log on success

This is particularly important for benchmarks,
where stray output disrupts tooling.

Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
This commit is contained in:
Josh Bleecher Snyder 2020-09-08 13:26:59 -07:00 committed by Josh Bleecher Snyder
parent 913c1bd04f
commit 2e40c4b564

View File

@ -68,5 +68,4 @@ func (r *ResourceCheck) Assert(t testing.TB) {
}
}
}
t.Logf("ResourceCheck ok: goroutines before=%d after=%d\n", got, want)
}