Mercurial > hg > sonic-annotator
comparison tests/test-supportprogs/test-supportprogs.sh @ 151:a1300db6c63e jams
JSON well-formedness test (currently failing)
author | Chris Cannam |
---|---|
date | Tue, 14 Oct 2014 11:27:43 +0100 |
parents | 7a31201dc42d |
children | cbbf8a838b47 |
comparison
equal
deleted
inserted
replaced
150:d86ef0a88fa4 | 151:a1300db6c63e |
---|---|
9 fail "Can't find required xmllint program" | 9 fail "Can't find required xmllint program" |
10 | 10 |
11 rapper --version >/dev/null || \ | 11 rapper --version >/dev/null || \ |
12 fail "Can't find required rapper program" | 12 fail "Can't find required rapper program" |
13 | 13 |
14 echo '{}' | json_verify >/dev/null || \ | |
15 fail "Can't find required json_verify program, or it doesn't seem to work" | |
16 | |
14 exit 0 | 17 exit 0 |
15 | 18 |