aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGregory Maxwell <greg@xiph.org>2012-04-30 04:13:20 -0400
committerGregory Maxwell <greg@xiph.org>2012-04-30 04:13:20 -0400
commit217cdae98e44699648a215ebb527c4c3f4f171ac (patch)
treed14bb1918347f617b233f7f6eab30b4bc6730fb8 /tests
parent135e5d3d9be8524925d11d5ba855982840ad01dd (diff)
downloadlibopus-217cdae98e44699648a215ebb527c4c3f4f171ac.tar.gz
Make it possible for run_vectors.sh to fail on the mono tests.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/run_vectors.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/run_vectors.sh b/tests/run_vectors.sh
index 474646fc..3e021afa 100755
--- a/tests/run_vectors.sh
+++ b/tests/run_vectors.sh
@@ -50,7 +50,6 @@ do
exit 1
fi
$OPUS_COMPARE -r $RATE $VECTOR_PATH/testvector$file.dec tmp.out >> logs_mono.txt 2>&1
- true
float_ret=$?
if [ "$float_ret" -eq "0" ]; then
echo output matches reference