Disable irrelevant output in tests to workaround output scrambling on MacOS 10.11

This commit is contained in:
Alexey Rybalchenko
2017-11-30 17:05:38 +01:00
parent 107ae0c5c2
commit 30a7c163c8
7 changed files with 12 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ CLIENT_PID=$!
SERVER="ex5-server"
SERVER+=" --id server"
SERVER+=" --verbosity NOLOG"
SERVER+=" --control static --log-color false"
SERVER+=" --max-iterations 1"
SERVER+=" --mq-config $ex5config"