Disable irrelevant output in tests to workaround output scrambling on MacOS 10.11

This commit is contained in:
Alexey Rybalchenko
2017-11-30 17:05:38 +01:00
committed by Mohammad Al-Turany
parent e9486a0573
commit 21fc10d3de
7 changed files with 12 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ SINK_PID=$!
SAMPLER1="ex-mt-sampler1"
SAMPLER1+=" --id sampler1"
SAMPLER1+=" --session $SESSION"
SAMPLER1+=" --verbosity NOLOG"
SAMPLER1+=" --max-iterations 1"
SAMPLER1+=" --control static --log-color false"
SAMPLER1+=" --transport shmem"
@@ -27,6 +28,7 @@ SAMPLER1_PID=$!
SAMPLER2="ex-mt-sampler2"
SAMPLER2+=" --id sampler2"
SAMPLER2+=" --session $SESSION"
SAMPLER2+=" --verbosity NOLOG"
SAMPLER2+=" --max-iterations 1"
SAMPLER2+=" --control static --log-color false"
SAMPLER2+=" --transport nanomsg"