]> Cypherpunks repositories - gostls13.git/commit
cmd/vet: fix tests on windows
authorAlex Brainman <alex.brainman@gmail.com>
Fri, 5 Jun 2015 01:37:00 +0000 (11:37 +1000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 8 Jun 2015 15:14:39 +0000 (15:14 +0000)
commita58e731287d28e25eae0fdfed9090f62222923cf
treea909475517b15091dfbd8f2f135a0fd783076d12
parentb0532a96a850c6c93de2c414f5349562938f0f19
cmd/vet: fix tests on windows

Add .exe to exectable name, so it can be executed on windows.
Use proper windows paths when searching vet output.
Replace Skip with Skipf.

Fixes build

Change-Id: Ife40d8f5ab9d7093ca61c50683a358d4d6a3ba34
Reviewed-on: https://go-review.googlesource.com/10742
Run-TryBot: Alex Brainman <alex.brainman@gmail.com>
Reviewed-by: Patrick Mézard <patrick@mezard.eu>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/vet/vet_test.go