comparison tests/test-supportprogs/test-supportprogs.sh @ 208:c17b184c16db

Update JAMS output to JAMS v0.2.0. We now (for the first time?!) write actual JAMS schema-compliant output when possible, though it isn't possible for many types of plugin. The output for all tested combinations of transforms is valid JSON even where it isn't schema-compliant.
author Chris Cannam
date Wed, 04 Nov 2015 10:07:29 +0000
parents c8b934ed4ddd
children 8233a26705ed
comparison
equal deleted inserted replaced
207:e8f2f530c091 208:c17b184c16db
15 fail "Can't find required iconv program" 15 fail "Can't find required iconv program"
16 16
17 echo '{}' | json_verify >/dev/null || \ 17 echo '{}' | json_verify >/dev/null || \
18 fail "Can't find required json_verify program, or it doesn't seem to work" 18 fail "Can't find required json_verify program, or it doesn't seem to work"
19 19
20 echo '{}' | json_reformat >/dev/null || \
21 fail "Can't find required json_reformat program, or it doesn't seem to work"
22
20 exit 0 23 exit 0
21 24