Mercurial > hg > piper-cpp
diff test/test-server.sh @ 125:ea06fae1567c
Rename server to simple-server, and add some more description in usage
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Fri, 28 Oct 2016 11:08:17 +0100 |
parents | 5dffc5147176 |
children | 5b113c87b6e6 |
line wrap: on
line diff
--- a/test/test-server.sh Thu Oct 27 16:14:22 2016 +0100 +++ b/test/test-server.sh Fri Oct 28 11:08:17 2016 +0100 @@ -71,10 +71,10 @@ echo "$request" done | if [ "$format" = "json" ]; then - bin/piper-vamp-server -d json + bin/piper-vamp-simple-server -d json else bin/piper-convert request -i json -o capnp | - bin/piper-vamp-server -d capnp | + bin/piper-vamp-simple-server -d capnp | bin/piper-convert response -i capnp -o json fi | while read response ; do