Fix win_perf_counters tests (#3068)

This commit is contained in:
Jeff Ashton
2017-07-31 14:03:26 -04:00
committed by Daniel Nelson
parent f8c84302a4
commit c31e7d0b91
3 changed files with 77 additions and 64 deletions

View File

@@ -115,6 +115,11 @@ test: vet docker-kill docker-run
test-short: vet
go test -short ./...
# Run windows specific tests
test-windows: vet
go test ./plugins/inputs/ping/...
go test ./plugins/inputs/win_perf_counters/...
vet:
go vet ./...