changeset 129:3ae0335cfe60

Do simpler format first
author Chris Cannam <c.cannam@qmul.ac.uk>
date Wed, 02 Nov 2016 18:26:33 +0000
parents 615fc5a47509
children b37530377d6e
files test/test-server.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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