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>
pull/745/head
Josh Bleecher Snyder 4 years ago committed by Josh Bleecher Snyder
parent 913c1bd04f
commit 2e40c4b564

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

Loading…
Cancel
Save