diff options
| author | Alex Brainman <alex.brainman@gmail.com> | 2021-04-25 18:26:30 +1000 |
|---|---|---|
| committer | Alex Brainman <alex.brainman@gmail.com> | 2021-04-27 08:39:25 +0000 |
| commit | e0815d041c55dad8ae5642466b08fc2f520a59d4 (patch) | |
| tree | 93b686ad247e18444af1c554ec3707c86e6b3da7 /src/syscall/exec_libc.go | |
| parent | ca8e8317be5b288163c3623f936fb234723484cc (diff) | |
| download | go-e0815d041c55dad8ae5642466b08fc2f520a59d4.tar.xz | |
runtime: replace --buildmode with -buildmode in tests
While debugging issue #45638, I discovered that some tests were using
--buildmode command line parameter instead of -buildmode.
The --buildmode parameter is handled properly by the flag package - it
is read as -buildmode. But we should correct code anyway.
Updates #45638
Change-Id: I75cf95c7d11dcdf4aeccf568b2dea77bd8942352
Reviewed-on: https://go-review.googlesource.com/c/go/+/313351
Trust: Alex Brainman <alex.brainman@gmail.com>
Run-TryBot: Alex Brainman <alex.brainman@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Diffstat (limited to 'src/syscall/exec_libc.go')
0 files changed, 0 insertions, 0 deletions
