]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: use the target GOOS to skip the test for issue 18153
authorElias Naur <elias.naur@gmail.com>
Sun, 29 Jan 2017 22:57:14 +0000 (23:57 +0100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sun, 29 Jan 2017 23:31:20 +0000 (23:31 +0000)
commit4cffe2b604d0980e6fb9b994b31f69c53045a460
tree3ac4a6dce74e73724234d06dc326a7e4d9b63c50
parent6bdb0c11c73ecf2337918d784c54f9dda2207ca7
cmd/dist: use the target GOOS to skip the test for issue 18153

Fixes (skips) the test on Android, where stdout/stderr are not
terminals.

Updates #18153

Change-Id: Ieca65150362a5c423747ad751e00f76f0b890746
Reviewed-on: https://go-review.googlesource.com/35957
Run-TryBot: Elias Naur <elias.naur@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/dist/test.go