mirror of
https://github.com/coqui-ai/TTS.git
synced 2025-12-25 20:59:48 +01:00
9 lines
218 B
Bash
Executable File
9 lines
218 B
Bash
Executable File
set -e
|
|
TF_CPP_MIN_LOG_LEVEL=3
|
|
|
|
# runtime bash based tests
|
|
# TODO: move these to python
|
|
./tests/bash_tests/test_demo_server.sh && \
|
|
./tests/bash_tests/test_resample.sh && \
|
|
./tests/bash_tests/test_compute_statistics.sh
|