]> Cypherpunks repositories - gostls13.git/commit
internal/testenv: add Executable
authorKir Kolyshkin <kolyshkin@gmail.com>
Fri, 30 Aug 2024 01:51:10 +0000 (18:51 -0700)
committerDamien Neil <dneil@google.com>
Tue, 3 Sep 2024 18:03:03 +0000 (18:03 +0000)
commitb4d4744059c0c9632c034af145deb161995f2f32
treee54bf106a38ccc83d4483f6326fcab45d9049326
parent7303a283c4e8aa734463ec85d90dd0732b826c71
internal/testenv: add Executable

Tests commonly use code to get os.Executable value, and some cache the
resulting value.

To reduce code duplication, add a helper that does just that.

Change-Id: I9dd7eb24e24a3abd92be2b87227e823f0fca5cb3
Reviewed-on: https://go-review.googlesource.com/c/go/+/609301
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Alan Donovan <adonovan@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
src/internal/testenv/exec.go