CI: Fix MP Test executor.

It was not getting called. In stead the Play Test executor was being
run twice.
This commit is contained in:
Tommy 2022-06-09 16:06:05 +12:00
parent 74649f4966
commit ab9951b272

View file

@ -123,7 +123,7 @@ execute "Whitespace and WML indentation check" checkindent
execute "Doxygen check" ./utils/CI/doxygen-check.sh
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 "MP tests" ./utils/CI/mp_test_executor.sh
execute "Boost unit tests" ./utils/CI/test_executor.sh
if [ -f "errors.log" ]; then