mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 06:16:08 +00:00
tests: Don't generate binary output from checks.
The tests will end up logging the check output, and spewing random binary all over a terminal never results in anything good.
This commit is contained in:
parent
37f49427e1
commit
8af424fc4c
@ -74,7 +74,7 @@ func TestCheckMonitor_LimitOutput(t *testing.T) {
|
||||
check := &CheckMonitor{
|
||||
Notify: mock,
|
||||
CheckID: "foo",
|
||||
Script: "dd if=/dev/urandom bs=8192 count=10",
|
||||
Script: "od -N 81920 /dev/urandom",
|
||||
Interval: 25 * time.Millisecond,
|
||||
Logger: log.New(os.Stderr, "", log.LstdFlags),
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user