# HG changeset patch # User Lucas Thompson # Date 1486120721 0 # Node ID 02c3a8596c2bde3724a95ef3b9bca246a069ea62 # Parent 376f5907316098047f759d5844e4844f588e7aa0 Add comment warning that json_to_capnp needs to be the last conversion tested. diff -r 376f59073160 -r 02c3a8596c2b vamp-server/test.sh --- 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