# HG changeset patch # User Chris Cannam # Date 1412173185 -3600 # Node ID 4852625eb62bb29aab17127eaa95f1a25e16d93c # Parent 344d5982bbf859a4237adedf76c998610d1afc7f And another multiple file test diff -r 344d5982bbf8 -r 4852625eb62b tests/test-multiple-audio.sh --- a/tests/test-multiple-audio.sh Wed Oct 01 15:18:45 2014 +0100 +++ b/tests/test-multiple-audio.sh Wed Oct 01 15:19:45 2014 +0100 @@ -30,5 +30,13 @@ csvcompare $tmpfile $expected.csv || \ fail "Output mismatch for transform $transform with summaries and playlist input" +# Same here, just so we can use the same output comparison file as above +$r -t $transform -w csv --csv-stdout $mypath/audio/3clicks8.wav $mypath/audio/6clicks8.wav --summary-only 2>/dev/null | sed 's,^"\.*/[^"]*/,",' > $tmpfile || \ + fail "Fails to run transform $transform with 2-file input" +expected=$mypath/expected/transforms-summaries-percussiononsets-playlist +csvcompare $tmpfile $expected.csv || \ + fail "Output mismatch for transform $transform with summaries and 2-file input" + +