TTS/run_tests.sh

12 lines
222 B
Bash
Raw Normal View History

TF_CPP_MIN_LOG_LEVEL=3
2020-07-16 13:05:36 +00:00
# tests
2020-08-04 12:29:05 +00:00
nosetests tests -x &&\
2020-07-16 13:05:36 +00:00
# runtime tests
2020-08-04 12:29:05 +00:00
./tests/test_server_package.sh && \
./tests/test_tts_train.sh && \
./tests/test_vocoder_train.sh && \
2020-07-16 13:05:36 +00:00
# linter check
cardboardlinter --refspec master