]> Cypherpunks repositories - gostls13.git/commit
internal/testenv: add missing t.Helper calls
authorKir Kolyshkin <kolyshkin@gmail.com>
Fri, 30 Aug 2024 01:23:25 +0000 (18:23 -0700)
committerGopher Robot <gobot@golang.org>
Tue, 3 Sep 2024 19:33:06 +0000 (19:33 +0000)
commit76a42d74356e3c5bee0851c99665b21bf29f0c27
tree5703997880dff2c711e9c0217a702c59986ba44f
parent995c816a7a9190db1ac0870cf2c424385b03ac4b
internal/testenv: add missing t.Helper calls

...and move a few so they won't be called when not needed.

Change-Id: I024b9552ed5ed839cde4fbae4815ec6ba8b67265
Reviewed-on: https://go-review.googlesource.com/c/go/+/609300
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/internal/testenv/exec.go
src/internal/testenv/testenv.go