]> Cypherpunks repositories - gostls13.git/commit
cmd/vet/all: remove skip when x/tools isn't in $GOPATH
authorBrad Fitzpatrick <bradfitz@golang.org>
Fri, 16 Nov 2018 16:28:49 +0000 (16:28 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 16 Nov 2018 21:11:27 +0000 (21:11 +0000)
commitb358987666de3f2ec1d7c6ad65eeb0c7874c7f2a
tree44ebafc33cdc71342febb683748dc0d954326485
parenta3f64237adf0ccfe379ffa2cb00e013896995a3a
cmd/vet/all: remove skip when x/tools isn't in $GOPATH

Now that the build system has been updated to install x/tools in
$GOPATH (CL 149658), depend on it being there and don't ignore
failures to build the tool.

Update to CL 149097.

Change-Id: I72fde347217533697068b6a6773696cc2b83e9ed
Reviewed-on: https://go-review.googlesource.com/c/150017
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Alan Donovan <adonovan@google.com>
src/cmd/vet/all/main.go