]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: log OS version when testing
authorMichael Pratt <mpratt@google.com>
Mon, 13 Dec 2021 22:34:16 +0000 (17:34 -0500)
committerMichael Pratt <mpratt@google.com>
Fri, 14 Jan 2022 18:36:49 +0000 (18:36 +0000)
commit4f0c32de078b57958fa9c37c05bae4ee1f8193e5
tree2c91fb9eed19ce39f70d857408759d03956f25e9
parent1302f93c4e1eae0e625b372f9bb6bb48780af30f
cmd/dist: log OS version when testing

As a follow-up to https://golang.org/cl/371474, add the OS version to
the metadata printed for each test.

Fixes #50146.

Change-Id: I3b7e47983d0e85feebce8e424881b931882d53bf
Reviewed-on: https://go-review.googlesource.com/c/go/+/371475
Reviewed-by: Bryan Mills <bcmills@google.com>
Trust: Michael Pratt <mpratt@google.com>
Run-TryBot: Michael Pratt <mpratt@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
src/cmd/dist/metadata.go
src/cmd/internal/osinfo/doc.go [new file with mode: 0644]
src/cmd/internal/osinfo/os_js.go [new file with mode: 0644]
src/cmd/internal/osinfo/os_plan9.go [new file with mode: 0644]
src/cmd/internal/osinfo/os_unix.go [new file with mode: 0644]
src/cmd/internal/osinfo/os_windows.go [new file with mode: 0644]