Mercurial > hg > sonic-annotator
view tests/test-jams-writer/test-jams-writer.sh @ 203:08d492f861e9
More useful report when a transform is completely unknown to us
author | Chris Cannam |
---|---|
date | Tue, 03 Nov 2015 11:36:00 +0000 |
parents | f35bbb3e4d41 |
children | 1f8fef5c6ea2 |
line wrap: on
line source
#!/bin/bash . ../include.sh tmpjson=$mypath/tmp_1_$$.json silentfile=$audiopath/20sec-silence.wav trap "rm -f $tmpjson" 0 transformdir=$mypath/transforms mandatory="-w jams" # This does not yet test for correct values, only for parseable json for output in instants curve-oss curve-fsr curve-fsr-timed curve-vsr grid-oss grid-fsr notes-regions; do $r -d "$testplug:$output" $mandatory --jams-one-file "$tmpjson" --jams-force "$silentfile" 2>/dev/null || \ fail "Failed to run for plugin $testplug with output $output" check_json "$tmpjson" "test plugin output $output" done