mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
Disable irrelevant output in tests to workaround output scrambling on MacOS 10.11
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user