]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: remove special test timeout scale for Windows
authorBrad Fitzpatrick <bradfitz@golang.org>
Fri, 2 Dec 2016 23:30:09 +0000 (23:30 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sat, 3 Dec 2016 17:28:26 +0000 (17:28 +0000)
commitd29f72f4728b75314b72337e9768c73eb22338e0
tree13107cdcbc6f044384830fb9b02f3a06c3366fac
parent93726522ef2c403b7df8945892b641098ef9f803
cmd/dist: remove special test timeout scale for Windows

In https://golang.org/cl/33804 I screwed up a GOOS == "windows"
check into a bogus comparison against GOARCH == "windows".

But turns out the builders are happy anyway, so remove the windows
special case.

Change-Id: I820b1d49d5b3e8cbffe4516fc39f514326dc39f8
Reviewed-on: https://go-review.googlesource.com/33893
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Minux Ma <minux@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/dist/test.go