build/cmd/updatestd
Dmitri Shuralyov 03f4f13a19 cmd/updatestd: print stderr in runOut when command fails
Stderr is much more likely to contain useful information than
stdout in the unexpected case of the command failing. Show it.

For golang/go#55067.

Change-Id: Ice85e957bb7d9104da475d7616519bbfbae105e3
Reviewed-on: https://go-review.googlesource.com/c/build/+/431357
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Heschi Kreinick <heschi@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
2022-09-16 16:42:05 +00:00
..
README.md all: improve update-readmes.go and regenerate package READMEs 2021-03-10 19:07:43 +00:00
updatestd.go cmd/updatestd: print stderr in runOut when command fails 2022-09-16 16:42:05 +00:00
updatestd_test.go cmd/updatestd: skip test in workspace mode 2022-03-28 19:16:22 +00:00

README.md

Go Reference

golang.org/x/build/cmd/updatestd

updatestd is an experimental program that has been used to update the standard library modules as part of golang.org/issue/36905 in CL 255860 and CL 266898.