Enable ntpq tests on Windows (#3972)
This commit is contained in:
parent
c367fb404d
commit
23dd19a85f
1
Makefile
1
Makefile
|
@ -60,6 +60,7 @@ test-windows:
|
||||||
go test ./plugins/inputs/win_perf_counters/...
|
go test ./plugins/inputs/win_perf_counters/...
|
||||||
go test ./plugins/inputs/win_services/...
|
go test ./plugins/inputs/win_services/...
|
||||||
go test ./plugins/inputs/procstat/...
|
go test ./plugins/inputs/procstat/...
|
||||||
|
go test ./plugins/inputs/ntpq/...
|
||||||
|
|
||||||
# vet runs the Go source code static analysis tool `vet` to find
|
# vet runs the Go source code static analysis tool `vet` to find
|
||||||
# any common errors.
|
# any common errors.
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
// +build !windows
|
|
||||||
|
|
||||||
package ntpq
|
package ntpq
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
Loading…
Reference in New Issue