]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: remove prints during test registration
authorBrad Fitzpatrick <bradfitz@golang.org>
Tue, 21 Jul 2015 19:47:22 +0000 (12:47 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 21 Jul 2015 22:40:01 +0000 (22:40 +0000)
commitfc7f6d307a7e220506ad2798cd0610962208d26e
tree5f9e9f735673814d76cb9d5b10abd0494b3e76c5
parentc97b49976d9251701ec6678689c794a352b9f890
cmd/dist: remove prints during test registration

dist test should not print (especially to stdout) during test
registration.  This confuses other tools interacting with dist using
dist test --list, etc.

Change-Id: Ie4f82c13e49590c23a7a235d90ddbc4f5ed81e0b
Reviewed-on: https://go-review.googlesource.com/12487
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/dist/test.go