wesnoth/utils/travis/travis_wml_unit_tests.sh.old
2014-06-29 19:26:25 -04:00

9 lines
183 B
Bash
Executable File

#!/bin/bash
./run_wml_tests -u -w
if [ "$?" -ne 0 ]; then
echo -e "\n*** \n*"
echo "* Rerunning tests to get error messages.."
echo -e "*\n*** \n"
./run_wml_tests -u -w -s
fi