Skip to content
Snippets Groups Projects
Unverified Commit 4551b4c5 authored by Daniel Nelson's avatar Daniel Nelson Committed by GitHub
Browse files

Enable ntpq tests on Windows (#3972)

parent a9afd2f0
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
// +build !windows
package ntpq
import (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment