Skip to content

Commit

Permalink
Run windows tests with -short
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnelson committed Jun 22, 2018
1 parent 16454e2 commit ee6e4b0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ fmtcheck:
@echo '[INFO] done.'

test-windows:
go test ./plugins/inputs/ping/...
go test ./plugins/inputs/win_perf_counters/...
go test ./plugins/inputs/win_services/...
go test ./plugins/inputs/procstat/...
go test ./plugins/inputs/ntpq/...
go test -short ./plugins/inputs/ping/...
go test -short ./plugins/inputs/win_perf_counters/...
go test -short ./plugins/inputs/win_services/...
go test -short ./plugins/inputs/procstat/...
go test -short ./plugins/inputs/ntpq/...

# vet runs the Go source code static analysis tool `vet` to find
# any common errors.
Expand Down

0 comments on commit ee6e4b0

Please sign in to comment.