From 516c980585b42bf4e033136ab3b65367ff447183 Mon Sep 17 00:00:00 2001
From: Jean-Marc Valin <jmvalin@jmvalin.ca>
Date: Fri, 11 May 2012 01:12:23 -0400
Subject: [PATCH] Make it possible for the mono test to fail

---
 tests/run_vectors.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/run_vectors.sh b/tests/run_vectors.sh
index 78b09e670..cba6c3c21 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
-- 
GitLab