Remove verbose flag from WML unit tests.

This commit is contained in:
Pentarctagon 2021-04-08 22:03:32 -05:00
parent e3432738af
commit a2c795bfd7
No known key found for this signature in database
GPG key ID: 9456BC54A21DBFA0

View file

@ -130,7 +130,7 @@ fi
execute "WML validation" ./utils/CI/schema_validation.sh
execute "WML indentation check" checkindent
execute "Doxygen check" ./utils/CI/doxygen-check.sh
execute "WML tests" ./run_wml_tests -g -v -c -t 20
execute "WML tests" ./run_wml_tests -g -c -t 20
execute "Play tests" ./utils/CI/play_test_executor.sh
execute "MP tests" ./utils/CI/play_test_executor.sh
execute "Boost unit tests" ./utils/CI/test_executor.sh