summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@jmvalin.ca>2012-05-11 01:12:23 -0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2012-05-11 01:12:23 -0400
commit516c980585b42bf4e033136ab3b65367ff447183 (patch)
tree93e42d6fa33887eec293b28a54b2ef619d412c3d
parent329112075e046ad7a17776a177564b46c17e1db6 (diff)
downloadopus-516c980585b42bf4e033136ab3b65367ff447183.tar.gz
Make it possible for the mono test to fail
-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 78b09e67..cba6c3c2 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