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
parent 107ae0c5c2
commit 30a7c163c8
7 changed files with 12 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ trap 'kill -TERM $SAMPLER_PID; kill -TERM $SINK1_PID; kill -TERM $SINK2_PID; wai
SAMPLER="ex4-sampler"
SAMPLER+=" --id sampler1"
SAMPLER+=" --verbosity NOLOG"
SAMPLER+=" --control static --log-color false"
SAMPLER+=" --max-iterations 1"
SAMPLER+=" --mq-config $ex4config"
@@ -15,6 +16,7 @@ SAMPLER_PID=$!
SINK1="ex4-sink"
SINK1+=" --id sink1"
SINK1+=" --verbosity NOLOG"
SINK1+=" --control static --log-color false"
SINK1+=" --max-iterations 1"
SINK1+=" --mq-config $ex4config"