Disable irrelevant test output (to workaround output scrambling)

This commit is contained in:
Alexey Rybalchenko
2017-11-29 17:09:30 +01:00
parent efebda8135
commit 107ae0c5c2

View File

@@ -21,7 +21,7 @@ SAMPLER_PID=$!
SINK="ex-region-sink"
SINK+=" --id sink1"
SINK+=" --session $SESSION"
SINK+=" --verbosity INFO"
SINK+=" --verbosity NOLOG"
SINK+=" --control static --log-color false"
SINK+=" --max-iterations 1"
SINK+=" --transport shmem"