]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: don't run go list when running a specific test
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 27 May 2015 23:33:03 +0000 (16:33 -0700)
committerAndrew Gerrand <adg@golang.org>
Thu, 28 May 2015 00:31:37 +0000 (00:31 +0000)
commit4e4c1f9c4d101d5578656c06a42784856fec9f0d
tree67d7d25806f2a135ad1decb3d0aaf073eb8fb306
parent635cd91eb4c6f22e22b82c7cc831f64fba89581a
cmd/dist: don't run go list when running a specific test

This speeds up sharded builds notably, by 1 second * the number of
tests.

Change-Id: Ib0295c31e4974f3003f72cb16c48949812b6f22b
Reviewed-on: https://go-review.googlesource.com/10460
Reviewed-by: Andrew Gerrand <adg@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/dist/test.go