aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Munday <munday@ca.ibm.com>2017-01-03 12:41:18 -0500
committerMichael Munday <munday@ca.ibm.com>2017-01-03 18:08:58 +0000
commit161cd34f788ee9c6b61565eb6f865434bc135306 (patch)
tree123a4002efa39391371e053f13629d9e4ee95178
parentf09462707fb74ec576b9bd363392c7d6028177e0 (diff)
downloadgo-161cd34f788ee9c6b61565eb6f865434bc135306.tar.gz
go-161cd34f788ee9c6b61565eb6f865434bc135306.zip
cmd/dist: enable extLink tests for s390x
Change-Id: Ia97d770cd942a49a34c733643ced7490fc31c736 Reviewed-on: https://go-review.googlesource.com/34795 Run-TryBot: Michael Munday <munday@ca.ibm.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
-rw-r--r--src/cmd/dist/test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/dist/test.go b/src/cmd/dist/test.go
index e825897545..7d5f79f339 100644
--- a/src/cmd/dist/test.go
+++ b/src/cmd/dist/test.go
@@ -704,7 +704,7 @@ func (t *tester) extLink() bool {
"darwin-arm", "darwin-arm64",
"dragonfly-386", "dragonfly-amd64",
"freebsd-386", "freebsd-amd64", "freebsd-arm",
- "linux-386", "linux-amd64", "linux-arm", "linux-arm64", "linux-ppc64le", "linux-mips64", "linux-mips64le", "linux-mips", "linux-mipsle",
+ "linux-386", "linux-amd64", "linux-arm", "linux-arm64", "linux-ppc64le", "linux-mips64", "linux-mips64le", "linux-mips", "linux-mipsle", "linux-s390x",
"netbsd-386", "netbsd-amd64",
"openbsd-386", "openbsd-amd64",
"windows-386", "windows-amd64":