try full output for tests

This commit is contained in:
Alexey Rybalchenko
2018-01-16 12:46:28 +01:00
parent b3292252bf
commit 71b2981526
8 changed files with 20 additions and 13 deletions

View File

@@ -6,7 +6,7 @@ trap 'kill -TERM $SAMPLER_PID; kill -TERM $SINK_PID; wait $SAMPLER_PID; wait $SI
SAMPLER="ex8-sampler"
SAMPLER+=" --id sampler1"
SAMPLER+=" --severity NOLOG"
SAMPLER+=" --verbosity veryhigh"
SAMPLER+=" --max-iterations 1"
SAMPLER+=" --control static --color false"
SAMPLER+=" --mq-config $ex8config"
@@ -15,6 +15,7 @@ SAMPLER_PID=$!
SINK="ex8-sink"
SINK+=" --id sink1"
SINK+=" --verbosity veryhigh"
SINK+=" --control static --color false"
SINK+=" --mq-config $ex8config"
@CMAKE_BINARY_DIR@/bin/examples/MQ/8-multipart/$SINK &