From 217cdae98e44699648a215ebb527c4c3f4f171ac Mon Sep 17 00:00:00 2001
From: Gregory Maxwell <greg@xiph.org>
Date: Mon, 30 Apr 2012 04:13:20 -0400
Subject: [PATCH] Make it possible for run_vectors.sh to fail on the mono
 tests.

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

diff --git a/tests/run_vectors.sh b/tests/run_vectors.sh
index 474646fc8..3e021afa8 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