Mercurial > hg > piper-cpp
comparison test/test-server.sh @ 129:3ae0335cfe60
Do simpler format first
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Wed, 02 Nov 2016 18:26:33 +0000 |
parents | 5b113c87b6e6 |
children | a9be6f1e680d |
comparison
equal
deleted
inserted
replaced
128:615fc5a47509 | 129:3ae0335cfe60 |
---|---|
63 | 63 |
64 # We run the whole test twice, once with the server in Capnp mode | 64 # We run the whole test twice, once with the server in Capnp mode |
65 # (converting to JSON using piper-convert) and once with it directly | 65 # (converting to JSON using piper-convert) and once with it directly |
66 # in JSON mode | 66 # in JSON mode |
67 | 67 |
68 for format in capnp json ; do | 68 for format in json capnp ; do |
69 | 69 |
70 ( export VAMP_PATH="$vampsdkdir"/examples ; | 70 ( export VAMP_PATH="$vampsdkdir"/examples ; |
71 while read request ; do | 71 while read request ; do |
72 validate_request "$request" | 72 validate_request "$request" |
73 echo "$request" | 73 echo "$request" |