comparison tests/test-multiple-audio/test-multiple-audio.sh @ 243:090b26a4d050

Fix typo causing diff not to appear
author Chris Cannam
date Fri, 18 Mar 2016 14:04:19 +0000
parents cee5cab9c85d
children 5db279f1e0f8
comparison
equal deleted inserted replaced
242:bb4b80c2987b 243:090b26a4d050
27 $r -t $transform -w csv --csv-stdout -r --summary-only $audiopath > $tmpfile1 2>/dev/null || \ 27 $r -t $transform -w csv --csv-stdout -r --summary-only $audiopath > $tmpfile1 2>/dev/null || \
28 fail "Fails to run transform $transform with recursive dir option" 28 fail "Fails to run transform $transform with recursive dir option"
29 29
30 expected=$mypath/expected/all-files 30 expected=$mypath/expected/all-files
31 csvcompare $tmpfile1 $expected.csv || \ 31 csvcompare $tmpfile1 $expected.csv || \
32 faildiff "Output mismatch for transform $transform with summaries and recursive dir option" $tmpfile $expected.csv 32 faildiff "Output mismatch for transform $transform with summaries and recursive dir option" $tmpfile1 $expected.csv
33 33
34 34
35 # 2. Local playlist file referring to local audio files 35 # 2. Local playlist file referring to local audio files
36 36
37 # Here we strip any leading path from the audio file in the output, 37 # Here we strip any leading path from the audio file in the output,