Enable ntpq tests on Windows (#3972)
This commit is contained in:
parent
a9afd2f030
commit
4551b4c5d2
1
Makefile
1
Makefile
|
@ -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.
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
// +build !windows
|
||||
|
||||
package ntpq
|
||||
|
||||
import (
|
||||
|
|
Loading…
Reference in New Issue