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 a9afd2f030
commit 4551b4c5d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 (