]> Cypherpunks repositories - gostls13.git/commit
test: small cleanup of code and comments in run.go
authorGiovanni Bajo <rasky@develer.com>
Sun, 15 Apr 2018 20:53:58 +0000 (22:53 +0200)
committerGiovanni Bajo <rasky@develer.com>
Sun, 15 Apr 2018 21:17:43 +0000 (21:17 +0000)
commit2954ef20bb02cef7874b3e200d56667f0f95e49e
treeb7ca86d17085c2e0cd78681fc564a985aadf7996
parent26085fcea3a6afd1afb9c881c502c86fb86188a9
test: small cleanup of code and comments in run.go

While writing CL 107315, I went back and forth for the syntax used for
constraints of build environments in which the architecture did not
support varitants ("plan9/amd64" vs "plan9/amd64/"). I eventually
settled for the latter because the code required less heuristics
(think parsing "plan9/386" vs "386/sse2") but there were a few
leftovers in code and comments.

Change-Id: I9d9a008f3814f9a1642609650eb571e7f1a675cf
Reviewed-on: https://go-review.googlesource.com/107338
Run-TryBot: Giovanni Bajo <rasky@develer.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
test/run.go