Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@amazon.com>2022-04-02 22:21:48 +0300
committerJean-Marc Valin <jmvalin@amazon.com>2022-04-02 22:21:48 +0300
commitccaaffa9a3ee427e9401c4dcf6462e378d9a4694 (patch)
tree98f713d4ad7c1569831251663bb1e67787b1e4cf
parent6ba284f22feeedb394697d112cf1da80c77bb5a4 (diff)
print rate used for testvectors
-rwxr-xr-xtests/random_config.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/random_config.sh b/tests/random_config.sh
index 073c83e7..fe68f5e7 100755
--- a/tests/random_config.sh
+++ b/tests/random_config.sh
@@ -106,7 +106,8 @@ fi
rate=`echo -e "8000\n12000\n16000\n24000\n48000" | shuf -n1`
-../../../run_vectors.sh . $vectors $rate > testvectors_output.txt 2>&1
+echo testvectors for $rate Hz > testvectors_output.txt
+../../../run_vectors.sh . $vectors $rate >> testvectors_output.txt 2>&1
if [ $? -ne 0 ]
then