]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: ignore stderr when listing packages to test
authorFrancesc Campoy <campoy@golang.org>
Wed, 26 Oct 2016 02:09:36 +0000 (19:09 -0700)
committerFrancesc Campoy Flores <campoy@golang.org>
Wed, 26 Oct 2016 02:24:45 +0000 (02:24 +0000)
commit6e02750dd6747735e401e13b168bd6e03ab7dbe6
treebc0e9910431fccdc68dc9a08fb6605843ccf9f8a
parentd89b70d43357e7f016331356014253647af02971
cmd/dist: ignore stderr when listing packages to test

Currently any warning will make dist fail because the
text will be considered as part of the package list.

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