mirror of https://github.com/xiph/flac
Repairs test_grabbag.sh
The change from /bin/sh to /bin/bash -e (commit 1d3d50) broke the cuesheet tests. This should fix it Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
This commit is contained in:
parent
15e28a4b94
commit
163b734010
|
@ -97,8 +97,7 @@ rm -f $log
|
|||
#
|
||||
for cuesheet in $bad_cuesheets ; do
|
||||
echo "NEGATIVE $cuesheet" >> $log 2>&1
|
||||
run_test_cuesheet $cuesheet $good_leadout 44100 cdda >> $log 2>&1
|
||||
exit_code=$?
|
||||
run_test_cuesheet $cuesheet $good_leadout 44100 cdda >> $log 2>&1 || exit_code=$?
|
||||
if [ "$exit_code" = 255 ] ; then
|
||||
die "Error: test script is broken"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue