1
0
mirror of https://github.com/golang/go synced 2024-10-01 12:28:37 -06:00
go/cmd/vet
Rob Pike cc54cd6553 cmd/vet: don't use filepath.Join to build binary name in test
It cleans the string and removes the initial ./, which will cause the
test to fail if . is not in $PATH

Change-Id: Icc216f7ab4887c39ccda93d1c4093ccd03de44bc
Reviewed-on: https://go-review.googlesource.com/10696
Reviewed-by: Robert Griesemer <gri@golang.org>
2015-06-04 21:29:42 +00:00
..
testdata cmd/vet: add -tags flag 2015-06-04 19:20:34 +00:00
whitelist cmd/vet: add color.CMYK to the whitelist of frozen structs. 2015-02-17 02:58:17 +00:00
asmdecl.go cmd/vet: add arm64 asmdecl support 2015-04-22 01:25:24 +00:00
assign.go vet: Rearrange checkers to use a registration system. 2014-06-13 15:04:45 +10:00
atomic.go vet: Rearrange checkers to use a registration system. 2014-06-13 15:04:45 +10:00
bool.go cmd/vet: remove dependency on go/ast/astutil 2015-04-08 15:52:25 +00:00
buildtag.go go.tools/cmd/vet: improve error message for build tag problems 2013-12-18 16:06:56 -08:00
composite.go go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
copylock.go Revert "cmd/vet: switch to go/types from std repo" 2015-04-14 03:54:48 +00:00
deadcode.go go.tools/cmd/vet: prevent panic on goto without label 2014-06-20 11:08:45 -07:00
doc.go cmd/vet: -unusedresult: report calls of pure functions in expression statements 2015-04-06 21:44:23 +00:00
main.go cmd/vet: add -tags flag 2015-06-04 19:20:34 +00:00
method.go vet: Rearrange checkers to use a registration system. 2014-06-13 15:04:45 +10:00
nilfunc.go Revert "cmd/vet: switch to go/types from std repo" 2015-04-14 03:54:48 +00:00
print.go Revert "cmd/vet: switch to go/types from std repo" 2015-04-14 03:54:48 +00:00
rangeloop.go go.tools/cmd/vet: change message for range check 2014-08-24 17:26:18 -07:00
shadow.go Revert "cmd/vet: switch to go/types from std repo" 2015-04-14 03:54:48 +00:00
shift.go Revert "cmd/vet: switch to go/types from std repo" 2015-04-14 03:54:48 +00:00
structtag.go cmd/vet: allow spaces in struct tag values. 2015-02-06 02:26:15 +00:00
types.go Revert "cmd/vet: switch to go/types from std repo" 2015-04-14 03:54:48 +00:00
unsafeptr.go Revert "cmd/vet: switch to go/types from std repo" 2015-04-14 03:54:48 +00:00
unused.go cmd/vet: remove (another) dependency on go/astutil 2015-04-14 16:22:22 +00:00
vet_test.go cmd/vet: don't use filepath.Join to build binary name in test 2015-06-04 21:29:42 +00:00