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>
reviewable/pr745/r1
Josh Bleecher Snyder 2020-09-08 13:26:59 -07:00 committed by Josh Bleecher Snyder
parent 913c1bd04f
commit 2e40c4b564
1 changed files with 0 additions and 1 deletions

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)
}