Enable ntpq tests on Windows (#3972)

This commit is contained in:
Daniel Nelson 2018-04-04 18:35:05 -07:00 committed by GitHub
parent c367fb404d
commit 23dd19a85f
2 changed files with 1 additions and 2 deletions

View File

@ -60,6 +60,7 @@ test-windows:
go test ./plugins/inputs/win_perf_counters/...
go test ./plugins/inputs/win_services/...
go test ./plugins/inputs/procstat/...
go test ./plugins/inputs/ntpq/...
# vet runs the Go source code static analysis tool `vet` to find
# any common errors.

View File

@ -1,5 +1,3 @@
// +build !windows
package ntpq
import (