Clean shmem before running the multi-transport test.

This commit is contained in:
Alexey Rybalchenko 2017-09-04 10:03:19 +02:00 committed by Mohammad Al-Turany
parent 319bdc91a1
commit 74fb825a18

View File

@ -3,6 +3,8 @@ config="@CMAKE_BINARY_DIR@/bin/config/ex-multiple-transports.json"
trap 'kill -TERM $SAMPLER1_PID; kill -TERM $SAMPLER2_PID; kill -TERM $SINK_PID; wait $SAMPLER1_PID; wait $SAMPLER2_PID; wait $SINK_PID; @CMAKE_BINARY_DIR@/bin/shmmonitor --cleanup;' TERM
@CMAKE_BINARY_DIR@/bin/shmmonitor --cleanup
SINK="ex-mt-sink"
SINK+=" --id sink1"
SINK+=" --max-iterations 1"