]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: pass -tags race to go list in -race mode
authorShenghou Ma <minux@golang.org>
Tue, 19 Jan 2016 03:42:40 +0000 (22:42 -0500)
committerMinux Ma <minux@golang.org>
Wed, 20 Jan 2016 06:10:20 +0000 (06:10 +0000)
commit97266969d8f9b0b2fd6c37121a3f0d52872efced
tree9629bb15bf34a4a9a61d92284ec2ed6766b973dc
parent53958468907a349662bf49d349e1c63bea25861f
cmd/dist: pass -tags race to go list in -race mode

so that runtime/race tests are included in the race builder.

Update #14011.

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