]> Cypherpunks repositories - gostls13.git/commit
cmd/go: do not exit with non-zero code from go list -e -export
authorMichael Matloob <matloob@golang.org>
Fri, 30 Sep 2022 20:49:42 +0000 (16:49 -0400)
committerGopher Robot <gobot@golang.org>
Tue, 11 Oct 2022 18:38:10 +0000 (18:38 +0000)
commit01604129aee8bfc9dd3e2fffd2ad8f772a3089ec
tree39ee540d5bceb680074d716083931fc850edb6ef
parentf1e50a169708db11ad03516070740ca1392f2531
cmd/go: do not exit with non-zero code from go list -e -export

go list -e -export puts errors running build actions on the load.Package
corresponding to the failed action rather than exiting with a non zero
exit code.

For #25842

Change-Id: I1fea85cc5a0557f514fe9d4ed3b6a858376fdcde
Reviewed-on: https://go-review.googlesource.com/c/go/+/437298
Run-TryBot: Bryan Mills <bcmills@google.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Bryan Mills <bcmills@google.com>
Reviewed-by: Michael Matloob <matloob@golang.org>
src/cmd/go/internal/list/list.go
src/cmd/go/internal/work/action.go
src/cmd/go/internal/work/exec.go
src/cmd/go/internal/work/gc.go
src/cmd/go/testdata/script/list_export_e.txt [new file with mode: 0644]