Disable irrelevant test output (to workaround output scrambling)

This commit is contained in:
Alexey Rybalchenko 2017-11-29 17:09:30 +01:00 committed by Mohammad Al-Turany
parent 88b1b20ae1
commit e9486a0573

View File

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