wesnoth/utils/travis/travis_after_failure.sh.old
2014-06-29 19:31:32 -04:00

8 lines
173 B
Bash
Executable File

#!/bin/bash
if [ -f "errors.log" ]; then
echo -e "\n*** \n*"
echo "* Errors reported in wml unit tests, here is errors.log..."
echo -e "*\n*** \n"
cat errors.log
fi