]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: fix incorrect platform string shared by all tests
authorWei Xiao <wei.xiao@arm.com>
Thu, 13 Apr 2017 06:06:43 +0000 (14:06 +0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 14 Apr 2017 03:15:59 +0000 (03:15 +0000)
commit1cf6d4748c9b4b7be38d6cdf0a1e419b33c306ac
treeeab79133d7b2f8d43f5e3adae5e1d3c3da2fb8c1
parent75176947d6791e8f2c128e8ae8847f05507b6336
cmd/dist: fix incorrect platform string shared by all tests

all tests currently share the same platform string and fail to
vet expected platforms

Fixes #19958

Change-Id: I2801e1e84958e31975769581e27ea5ca6a0edf5b
Reviewed-on: https://go-review.googlesource.com/40511
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/dist/test.go