From ccaaffa9a3ee427e9401c4dcf6462e378d9a4694 Mon Sep 17 00:00:00 2001
From: Jean-Marc Valin <jmvalin@amazon.com>
Date: Sat, 2 Apr 2022 15:21:48 -0400
Subject: [PATCH] print rate used for testvectors

---
 tests/random_config.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/random_config.sh b/tests/random_config.sh
index 073c83e7d..fe68f5e7a 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
-- 
GitLab