Enable ntpq tests on Windows (#3972)
This commit is contained in:
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 (
|
||||||
|
|||||||
Reference in New Issue
Block a user