Mercurial > hg > piper-cpp
changeset 182:02c3a8596c2b
Add comment warning that json_to_capnp needs to be the last conversion tested.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Fri, 03 Feb 2017 11:18:41 +0000 |
parents | 376f59073160 |
children | 03b067abd91d |
files | vamp-server/test.sh |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/vamp-server/test.sh Fri Feb 03 11:15:55 2017 +0000 +++ b/vamp-server/test.sh Fri Feb 03 11:18:41 2017 +0000 @@ -91,7 +91,7 @@ #debugflag=-d debugflag= -for request_response_conversion in none json_to_json json_to_capnp ; do +for request_response_conversion in none json_to_json json_to_capnp ; do # nb json_to_capnp must be last: see comment in else case ( export VAMP_PATH="$vampsdkdir"/examples ; while read request ; do