]> Cypherpunks repositories - gostls13.git/commit
cmd/go: updates go get to return exit status 0 for test file only pkgs
authorJess Frazelle <me@jessfraz.com>
Fri, 20 May 2016 23:17:27 +0000 (16:17 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 23 Aug 2016 23:49:34 +0000 (23:49 +0000)
commitc6e0c49b4152ade7f8cc7368c82703a2d1c58f48
tree456a225ec5e0ca63b9ab537526a7dd2f2de97222
parent3e270ab80bbbc259402f0ae22b5eb36f4daec426
cmd/go: updates go get to return exit status 0 for test file only pkgs

Updates the behavior of `go get` to return exit status 0 when a
requested package only contains test files.

Fixes #15093

Change-Id: I76b80517d58748090f5e8c6f41178361e2d7ca54
Reviewed-on: https://go-review.googlesource.com/23314
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/go/build.go
src/cmd/go/get.go
src/cmd/go/go_test.go