mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-02-02 08:42:31 -08:00
gofmt node_exporter_test
This commit is contained in:
parent
e1f129c729
commit
5aa6819eb1
|
@ -16,6 +16,7 @@ import (
|
||||||
var (
|
var (
|
||||||
binary = filepath.Join(os.Getenv("GOPATH"), "bin/node_exporter")
|
binary = filepath.Join(os.Getenv("GOPATH"), "bin/node_exporter")
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
address = "localhost:19100"
|
address = "localhost:19100"
|
||||||
)
|
)
|
||||||
|
@ -118,7 +119,7 @@ func runCommandAndTests(cmd *exec.Cmd, address string, fn func(pid int) error) e
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
time.Sleep(500 * time.Millisecond)
|
time.Sleep(500 * time.Millisecond)
|
||||||
if cmd.Process== nil || i == 9 {
|
if cmd.Process == nil || i == 9 {
|
||||||
return fmt.Errorf("can't start command")
|
return fmt.Errorf("can't start command")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue