]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: don't pass -linkmode=auto
authorAustin Clements <austin@google.com>
Wed, 17 May 2023 19:10:51 +0000 (15:10 -0400)
committerAustin Clements <austin@google.com>
Fri, 19 May 2023 01:37:34 +0000 (01:37 +0000)
commit408f7a4663fdb19357e2c0967eb442a1e5679b2d
tree09ea43d5062e467f8a0d3e13d66314e27fa8d2cf
parent18ffa7185d42427dbdc0144956fece6c2b54b27a
cmd/dist: don't pass -linkmode=auto

This is the default value of this flag, so passing it clutters up
debugging output. This also makes it clearer which tests are running
with a default configuration.

Change-Id: If793934829c79f087c7a6e3fa8f64dc33959c213
Reviewed-on: https://go-review.googlesource.com/c/go/+/496176
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Austin Clements <austin@google.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/cmd/dist/test.go