# HG changeset patch # User Chris Cannam # Date 1478111193 0 # Node ID 3ae0335cfe60e4f2554eedbfe4a516f1d80b6f3f # Parent 615fc5a475097c2cfd75b31814b724c78f535d24 Do simpler format first diff -r 615fc5a47509 -r 3ae0335cfe60 test/test-server.sh --- a/test/test-server.sh Wed Nov 02 18:26:21 2016 +0000 +++ b/test/test-server.sh Wed Nov 02 18:26:33 2016 +0000 @@ -65,7 +65,7 @@ # (converting to JSON using piper-convert) and once with it directly # in JSON mode -for format in capnp json ; do +for format in json capnp ; do ( export VAMP_PATH="$vampsdkdir"/examples ; while read request ; do