try full output for tests

This commit is contained in:
Alexey Rybalchenko
2018-01-16 12:46:28 +01:00
committed by Mohammad Al-Turany
parent 2c2fc8e0a6
commit 31cba0515e
8 changed files with 20 additions and 13 deletions

View File

@@ -7,7 +7,7 @@ trap 'kill -TERM $SAMPLER_PID; kill -TERM $SINK_PID; wait $SAMPLER_PID; wait $SI
SAMPLER="ex1-sampler"
SAMPLER+=" --id sampler1"
SAMPLER+=" --severity NOLOG"
SAMPLER+=" --verbosity veryhigh"
SAMPLER+=" --control static --color false"
SAMPLER+=" --max-iterations 1"
SAMPLER+=" --mq-config $ex1config"
@@ -16,6 +16,7 @@ SAMPLER_PID=$!
SINK="ex1-sink"
SINK+=" --id sink1"
SINK+=" --verbosity veryhigh"
SINK+=" --control static --color false"
SINK+=" --max-iterations 1"
SINK+=" --mq-config $ex1config"