]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: make test names consistent
authorJosh Bleecher Snyder <josharian@gmail.com>
Wed, 31 Aug 2016 01:11:10 +0000 (18:11 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Fri, 2 Sep 2016 00:15:24 +0000 (00:15 +0000)
commit98def53f5610247b3d635ff85bf47fd19e848c01
treeddab7a8f88eb388d97388565aaaaee072ae96be5
parent7eddaf5f0b275cd2ff37b260246d276748ac6cd4
cmd/dist: make test names consistent

Current banners are:

##### Building Go bootstrap tool.
##### Building Go toolchain using /Users/josh/go/1.4.
##### Building go_bootstrap for host, darwin/amd64.
##### Building packages and commands for darwin/amd64.
##### Testing packages.
##### GOMAXPROCS=2 runtime -cpu=1,2,4
##### Testing without libgcc.
##### sync -cpu=10
##### ../misc/cgo/stdio
##### ../misc/cgo/life
##### ../misc/cgo/fortran
##### ../misc/cgo/test
##### Testing race detector
##### ../misc/cgo/testso
##### ../misc/cgo/testsovar
##### misc/cgo/testcarchive
##### ../misc/cgo/testcshared
##### ../misc/cgo/errors
##### ../test/bench/go1
##### ../test
##### API check

One of these things is not like the others.
Fix that.

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