]> 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>
Tue, 8 Mar 2022 21:35:38 +0000 (21:35 +0000)
commitdbbe4cca5d7069482983316694334bdf2fe6a7ec
tree31b5e23d4d104fdcb65b2cca9dcfdf9967d28424
parent67f1a436b9c4055e02d9d031c6c2e9d6c9456bf0
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.

This is a redo of CL 371475. This version updates go.mod and conforms to
the changes made in the parent commit.

Fixes #50146.

Change-Id: Iba5541cc8dd2c85c1fa3a215e30c8c3f9b6aaaab
Reviewed-on: https://go-review.googlesource.com/c/go/+/378590
Reviewed-by: Austin Clements <austin@google.com>
Trust: Michael Pratt <mpratt@google.com>
Run-TryBot: Michael Pratt <mpratt@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/cmd/go.mod
src/cmd/internal/metadata/main.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]