]> Cypherpunks repositories - gostls13.git/commit
run.bat: pass through all arguments to "go tool dist test"
authorqmuntal <quimmuntal@gmail.com>
Thu, 6 Feb 2025 08:19:20 +0000 (09:19 +0100)
committerGopher Robot <gobot@golang.org>
Fri, 7 Feb 2025 16:37:00 +0000 (08:37 -0800)
commit6563a23560569488704754409667ebeca2648f68
treebb2ccd8b35980c1120e7cb5deb662f4db9c518fd
parent09fdcdc97d6dcf90aaac3177a6ce2088613547be
run.bat: pass through all arguments to "go tool dist test"

nolocal is no longer needed after CL 647115. If we remove it, then
we can pass through all arguments to the Go command, which is
useful for running tests with additional flags, like -json or -v.

Change-Id: I5c48d9b90720c039bf2ec3d9213e7ce5cea33818
Reviewed-on: https://go-review.googlesource.com/c/go/+/647116
Reviewed-by: Damien Neil <dneil@google.com>
Auto-Submit: Damien Neil <dneil@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/all.bat
src/run.bat