From 84ca3424ba311abc7346a1c201d52e62e7a0f2d4 Mon Sep 17 00:00:00 2001 From: Sovanndara Diep Date: Thu, 19 Dec 2024 21:32:28 +0700 Subject: [PATCH] Update run_bash_tests.sh --- run_bash_tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/run_bash_tests.sh b/run_bash_tests.sh index 2f5ba889..0a944e77 100755 --- a/run_bash_tests.sh +++ b/run_bash_tests.sh @@ -5,3 +5,4 @@ TF_CPP_MIN_LOG_LEVEL=3 # TODO: move these to python ./tests/bash_tests/test_demo_server.sh && \ ./tests/bash_tests/test_compute_statistics.sh +tts --help \ No newline at end of file