From e9486a05735e12faed9cd207734c74b97c8e697e Mon Sep 17 00:00:00 2001 From: Alexey Rybalchenko Date: Wed, 29 Nov 2017 17:09:30 +0100 Subject: [PATCH] Disable irrelevant test output (to workaround output scrambling) --- examples/advanced/Region/testMQExRegion.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/advanced/Region/testMQExRegion.sh.in b/examples/advanced/Region/testMQExRegion.sh.in index 8f030e24..4108139f 100755 --- a/examples/advanced/Region/testMQExRegion.sh.in +++ b/examples/advanced/Region/testMQExRegion.sh.in @@ -21,7 +21,7 @@ SAMPLER_PID=$! SINK="ex-region-sink" SINK+=" --id sink1" SINK+=" --session $SESSION" -SINK+=" --verbosity INFO" +SINK+=" --verbosity NOLOG" SINK+=" --control static --log-color false" SINK+=" --max-iterations 1" SINK+=" --transport shmem"